summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:25:33 +0300
committerorhun2020-11-25 01:25:33 +0300
commit85a2942d884b06477f3edfd0b2d24791b4cec4be (patch)
treef2b57b51966c091d39d3bd0817cc729b6b498deb
parent1b8a8caa5125421172d445f27f7dc9c2c1edfa7c (diff)
downloadaur-85a2942d884b06477f3edfd0b2d24791b4cec4be.tar.gz
upgpkg: ali-git 0.5.3.r0.g6101998-1
upstream release Conflict with the base package only
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315026c71a1b..a8538169b796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = ali-git
makedepends = go
provides = ali
conflicts = ali
- conflicts = ali-bin
source = git+https://github.com/nakabonne/ali
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ee5465616966..3deb06966a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/nakabonne/ali"
license=('MIT')
makedepends=('git' 'go')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+$url")
sha256sums=('SKIP')