diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 15:53:00 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-12 15:53:00 +0700 |
| commit | b09ff8ec7a6222bcd7ef74e52b90e50b6f5ce111 (patch) | |
| tree | 120f9627e19e6256f602ad57e512a98f73a57f28 | |
| parent | c5214428f873ea124eb848a14907ac7a6dd210aa (diff) | |
| download | bin.sh-b09ff8ec7a6222bcd7ef74e52b90e50b6f5ce111.tar.xz | |
all: update AUR pkgver and url
| -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') |
