diff options
author | tfkhdyt | 2023-11-18 22:58:33 +0000 |
---|---|---|
committer | tfkhdyt | 2023-11-18 22:58:33 +0000 |
commit | 1619cf9207a559a3d627dd1da9252020b537ec78 (patch) | |
tree | 62bf6474b9e868f7576b64ba7adc973f3f9060fb | |
parent | ff33de44013cb4cc1985268e625b4e22a4b5c5b5 (diff) | |
download | aur-1619cf9207a559a3d627dd1da9252020b537ec78.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = prayermate-id pkgdesc = Command line based Muslim prayer reminder - Indonesia pkgver = 0.2.3 - pkgrel = 6 + pkgrel = 7 url = https://github.com/tfkhdyt/prayermate arch = x86_64 license = ISC @@ -1,7 +1,7 @@ # Maintainer: Taufik Hidayat <tfkhdyt@proton.me> pkgname=prayermate-id pkgver=0.2.3 -pkgrel=6 +pkgrel=7 epoch= pkgdesc="Command line based Muslim prayer reminder - Indonesia" arch=("x86_64") @@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/tfkhdyt/prayermate/archive/ md5sums=("SKIP") build() { - cd "prayermate" || exit + cd "prayermate-$pkgver" go build -ldflags="-w -s" -o prayermate . ./prayermate completion bash >prayermate.bash ./prayermate completion zsh >_prayermate.zsh @@ -26,7 +26,7 @@ build() { } package() { - cd "prayermate" || exit + cd "prayermate-$pkgver" install -Dm755 prayermate "$pkgdir/usr/bin/prayermate" install -Dm644 prayermate.bash "$pkgdir/usr/share/bash-completion/completions/prayermate" install -Dm644 _prayermate.zsh "$pkgdir/usr/share/zsh/site-functions/_prayermate" |