diff options
author | tfkhdyt | 2023-10-14 13:48:06 +0000 |
---|---|---|
committer | tfkhdyt | 2023-10-14 13:48:06 +0000 |
commit | dbc5739d5ef1580c1ea7a4e8eb5301159faa34e9 (patch) | |
tree | d9340103186638d92e9c3f6d7ffed97d2021606d | |
parent | 96f73b08627f69e71265fe0976528d68f704e219 (diff) | |
download | aur-dbc5739d5ef1580c1ea7a4e8eb5301159faa34e9.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -1,11 +1,11 @@ pkgbase = axu pkgdesc = A cli tool to check your Arch Linux explicitly installed packages updates pkgver = 1.3.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/tfkhdyt/axu arch = x86_64 license = GPL3 - source = axu-1.3.0.tar.gz::https://github.com/tfkhdyt/axu/releases/download/v1.3.0-2/axu-v1.3.0-2.tar.gz + source = axu-1.3.0.tar.gz::https://github.com/tfkhdyt/axu/releases/download/v1.3.0-3/axu-v1.3.0-3.tar.gz md5sums = SKIP pkgname = axu @@ -1,7 +1,7 @@ # Maintainer: Taufik Hidayat <tfkhdyt@proton.me> pkgname=axu pkgver=1.3.0 -pkgrel=2 +pkgrel=3 epoch= pkgdesc="A cli tool to check your Arch Linux explicitly installed packages updates" arch=("x86_64") @@ -18,7 +18,6 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/tfkhdyt/$pkgname/releases/d md5sums=("SKIP") build() { - cd "$pkgname-$pkgver" ./$pkgname completion bash > $pkgname.bash ./$pkgname completion zsh > _$pkgname.zsh ./$pkgname completion fish > $pkgname.fish |