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 /AUR/PKGBUILD | |
| parent | c5214428f873ea124eb848a14907ac7a6dd210aa (diff) | |
| download | bin.sh-b09ff8ec7a6222bcd7ef74e52b90e50b6f5ce111.tar.xz | |
all: update AUR pkgver and url
Diffstat (limited to 'AUR/PKGBUILD')
| -rw-r--r-- | AUR/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
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') |
