update README and reflect changes in PKGBUILD
This commit is contained in:
10
PKGBUILD
10
PKGBUILD
@@ -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}")
|
||||
|
Reference in New Issue
Block a user