diff options
Diffstat (limited to 'AUR')
| -rw-r--r-- | AUR/.SRCINFO | 3 | ||||
| -rw-r--r-- | AUR/PKGBUILD | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/AUR/.SRCINFO b/AUR/.SRCINFO index 0fe4509..221058d 100644 --- a/AUR/.SRCINFO +++ b/AUR/.SRCINFO @@ -1,7 +1,8 @@ pkgbase = bin.sh-git pkgdesc = A collection of shell scripts - pkgver = r4.5a71a61 + pkgver = r5.4f502f0 pkgrel = 1 + url = https://git.sr.ht/~shulhan/bin.sh arch = any license = GPL3 makedepends = git diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index 7b57586..1b8b010 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Shulhan <ms@kilabit.info> pkgname=bin.sh-git -pkgver=r4.5a71a61 +pkgver=r5.4f502f0 pkgrel=1 -pkgdesc="A collection of shell scripts" +pkgdesc='A collection of shell scripts' arch=('any') -url="" +url='https://git.sr.ht/~shulhan/bin.sh' license=('GPL3') groups=() depends=() @@ -17,7 +17,7 @@ options=() install= source=('bin.sh::git+https://git.sr.ht/~shulhan/bin.sh') ## For testing on local. -#source=('bin.sh::git+file:///$HOME/src/bin.sh') +#source=('bin.sh::git+file:///home/ms/src/bin.sh') noextract=() md5sums=('SKIP') |
