summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornorz3n2023-04-14 14:36:39 +0300
committernorz3n2023-04-14 14:36:39 +0300
commitab6b92791d061e5bbc5ffdc3c7353ec3433ede48 (patch)
treefc73a716f276302fcc31412c0308c0b2f73a4954 /PKGBUILD
parent8ec16e1470049db6ccb58359c5affd9d6963ba8a (diff)
downloadaur-ab6b92791d061e5bbc5ffdc3c7353ec3433ede48.tar.gz
Added Provides and Conflicts massive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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"