diff options
author | Luke Smith <Luke Smith> | 2022-06-20 10:57:55 -0400 |
---|---|---|
committer | Luke Smith <Luke Smith> | 2022-06-20 10:57:55 -0400 |
commit | 713545c1fc38dda390d0ecb98dadcb8deca5e716 (patch) | |
tree | 1600d09610365089662474e3ce6600dcc996b3a1 /PKGBUILD | |
parent | 3144a61c180b678f6b1c23f06e4b434090199fcb (diff) |
fix #333
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ options=('zipman') depends=('libxft') makedepends=('ncurses' 'libxext' 'git') optdepends=('dmenu: feed urls to dmenu') -source=('git://github.com/LukeSmithxyz/st') +source=(git+https://github.com/LukeSmithxyz/st) sha1sums=('SKIP') provides=("${_pkgname}") |