summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-09-08 00:29:32 +0700
committerShulhan <ms@kilabit.info>2024-09-08 01:02:37 +0700
commit9bee4306e581f75664aed642f6804024f77ed3dd (patch)
treebc967f87cced040c67a796f415968c7a34e0f0d3
parent3b31997d03c5fe1d61831b8601148d45403d6667 (diff)
downloadawwan-9bee4306e581f75664aed642f6804024f77ed3dd.tar.xz
_AUR: update gitignore and PKGBUILD
Move the local source to the bottom to help use test build on local easily.
-rw-r--r--_AUR/.gitignore2
-rw-r--r--_AUR/PKGBUILD12
2 files changed, 8 insertions, 6 deletions
diff --git a/_AUR/.gitignore b/_AUR/.gitignore
index 846a481..342ac14 100644
--- a/_AUR/.gitignore
+++ b/_AUR/.gitignore
@@ -1,7 +1,9 @@
/*.tar.zst
/awwan-git
/awwan-git-local
+/awwan-git-remote
/pkg
/src
/wui
/wui-local
+/wui-remote
diff --git a/_AUR/PKGBUILD b/_AUR/PKGBUILD
index 02b325b..6e21bd2 100644
--- a/_AUR/PKGBUILD
+++ b/_AUR/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=awwan-git
-pkgver=0.11.0.r2.g5e4e1d7
+pkgver=0.11.0.r8.ge41e3a5
pkgrel=1
pkgdesc='Configuration management software, infrastructure as file and directory layout.'
@@ -16,15 +16,15 @@ makedepends=(
provides=('awwan')
-## For testing in local.
-#source=(
-# "${pkgname}-local::git+file:///home/ms/go/src/git.sr.ht/~shulhan/awwan#branch=dev"
-# "wui-local::git+file:///home/ms/src/wui"
-#)
source=(
"${pkgname}::git+https://git.sr.ht/~shulhan/awwan"
"wui::git+https://git.sr.ht/~shulhan/wui"
)
+## For testing in local.
+#source=(
+# "${pkgname}::git+file:///home/ms/go/src/git.sr.ht/~shulhan/awwan#branch=dev"
+# "wui::git+file:///home/ms/src/wui"
+#)
md5sums=(
'SKIP'
'SKIP'