summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-16 15:00:25 +0700
committerShulhan <ms@kilabit.info>2023-12-16 15:00:30 +0700
commit17a19677b325ce9911570db0988cd18ee996f46a (patch)
tree5e24b27ccdeac70fc3fbd19ae6269a032c3392c3
parentf30f14801a9ba2695c57448deda541e41a1363cc (diff)
downloadawwan-17a19677b325ce9911570db0988cd18ee996f46a.tar.xz
_AUR: update to v0.10.0 and fix package function
The build output for awwan binary has been moved to directory "_bin".
-rw-r--r--_AUR/.SRCINFO2
-rw-r--r--_AUR/PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/_AUR/.SRCINFO b/_AUR/.SRCINFO
index 64888c3..ee79fee 100644
--- a/_AUR/.SRCINFO
+++ b/_AUR/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awwan-git
pkgdesc = Configuration management software, infrastructure as file and directory layout.
- pkgver = 0.8.0.r35.ga31d846
+ pkgver = 0.10.0.r0.gf30f148
pkgrel = 1
url = https://git.sr.ht/~shulhan/awwan
arch = x86_64
diff --git a/_AUR/PKGBUILD b/_AUR/PKGBUILD
index cfa66c7..b3ea88b 100644
--- a/_AUR/PKGBUILD
+++ b/_AUR/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=awwan-git
-pkgver=0.8.0.r35.ga31d846
+pkgver=0.10.0.r0.gf30f148
pkgrel=1
pkgdesc="Configuration management software, infrastructure as file and directory layout."
@@ -19,8 +19,6 @@ provides=('awwan')
source=(
"$pkgname::git+https://git.sr.ht/~shulhan/awwan"
"wui::git+https://git.sr.ht/~shulhan/wui"
- #"$pkgname::git+file:///home/ms/go/src/git.sr.ht/~shulhan/awwan"
- #"wui::git+file:///home/ms/go/src/git.sr.ht/~shulhan/wui"
)
md5sums=(
'SKIP'
@@ -46,6 +44,6 @@ build() {
package() {
cd "$pkgname"
- install -Dm755 awwan $pkgdir/usr/bin/awwan
+ install -Dm755 _bin/awwan $pkgdir/usr/bin/awwan
install -Dm755 COPYING $pkgdir/usr/share/licenses/awwan/COPYING
}