summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-04 11:15:14 +0300
committerorhun2020-10-04 11:15:14 +0300
commitf095b4b4951afa83089702db80d48d884db852e4 (patch)
tree70e70951b6be47efccf938c155790c469b33a14c
parentc4cedf454fe5db2dd4765f3534fa753ab7d6bc58 (diff)
downloadaur-f095b4b4951afa83089702db80d48d884db852e4.tar.gz
upgpkg: ali-git 0.3.1.r1.g96fb6a1-1
Add provides section
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e2231e89a2..86d6eec717de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ali-git
license = MIT
makedepends = git
makedepends = go
+ provides = ali
conflicts = ali
conflicts = ali-bin
source = git+https://github.com/nakabonne/ali
diff --git a/PKGBUILD b/PKGBUILD
index dac708e96b0a..34c99e7bc8bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/nakabonne/ali"
license=('MIT')
makedepends=('git' 'go')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+provides=("${pkgname%-git}")
source=("git+$url")
sha256sums=('SKIP')