summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 788143455d42..ba6936cf06e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = gat-git
arch = x86_64
license = MIT
makedepends = go
+ provides = gat
+ conflicts = gat
source = gat-git::git+https://github.com/koki-develop/gat.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a7c03c2e6803..ad45bf99a30f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ license=('MIT')
makedepends=('go')
source=("$pkgname::git+https://github.com/koki-develop/gat.git")
sha256sums=('SKIP')
+provides=('gat')
+conflicts=('gat')
pkgver() {
cd "$pkgname"