summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:42:16 +0300
committerorhun2020-11-25 01:42:16 +0300
commitd07a0e956bdbab55bfe32ef18039f0133a9092fd (patch)
treea42fdb8e4861b4be17ea275f859753768623f192
parent7c3f7a99f06ba7d8f72fb69e38c18f5219acde20 (diff)
downloadaur-d07a0e956bdbab55bfe32ef18039f0133a9092fd.tar.gz
upgpkg: lipl-git 0.1.2.r0.gdd4ddbe-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 1efdcb9f9603..75ab96ed58b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = lipl-git
makedepends = git
provides = lipl
conflicts = lipl
- conflicts = lipl-bin
source = git+https://github.com/yxdunc/lipl
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 07800c5420cf..958fe66e8cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/yxdunc/lipl"
license=('MIT')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')