update README and reflect changes in PKGBUILD

This commit is contained in:
2025-09-21 12:16:21 +02:00
parent 47a5a9000e
commit f7d7e0fc15
2 changed files with 8 additions and 7 deletions

View File

@@ -1,19 +1,19 @@
# Maintainer:
pkgname=st-luke-git
pkgname=st-alex-git
_pkgname=st
pkgver=0.8.2.r1062.2087ab9
pkgver=0.8.5.r1400.47a5a90
pkgrel=1
epoch=1
pkgdesc="Luke's simple (suckless) terminal with vim-bindings, transparency, xresources, etc. "
url='https://github.com/LukeSmithxyz/st'
pkgdesc="Alex's simple (suckless) terminal with vim-bindings, transparency, horizontal scrollback, OSC7 SSH support, etc."
url='https://github.com/AlexBocken/st'
arch=('i686' 'x86_64')
license=('MIT')
options=('zipman')
depends=('libxft')
makedepends=('ncurses' 'libxext' 'git')
optdepends=('dmenu: feed urls to dmenu')
source=(git+https://github.com/LukeSmithxyz/st)
source=(git+https://github.com/alexhulbert/st)
sha1sums=('SKIP')
provides=("${_pkgname}")