From 9bee4306e581f75664aed642f6804024f77ed3dd Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 8 Sep 2024 00:29:32 +0700 Subject: [PATCH] _AUR: update gitignore and PKGBUILD Move the local source to the bottom to help use test build on local easily. --- _AUR/.gitignore | 2 ++ _AUR/PKGBUILD | 12 ++++++------ 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 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' -- 2.45.2