diff options
| -rw-r--r-- | _AUR/.SRCINFO | 2 | ||||
| -rw-r--r-- | _AUR/PKGBUILD | 6 |
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 } |
