summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:43:13 +0300
committerorhun2020-11-25 01:43:13 +0300
commitd4bb503a138f036ee4ca14892a3d89c77349dcbe (patch)
treec9958772917835ba74b717c64d0d1a2145c44d8c
parenta294c6213ca866cf1dccf9b96b3fcc9315b6db0d (diff)
downloadaur-d4bb503a138f036ee4ca14892a3d89c77349dcbe.tar.gz
upgpkg: menyoki-git 0.1.2.r0.g47b233f-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 88c0699084bb..8400f8291963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = menyoki-git
depends = libx11
provides = menyoki
conflicts = menyoki
- conflicts = menyoki-bin
source = git+https://github.com/orhun/menyoki
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed36391354ed..35941ee9fa07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/orhun/menyoki"
license=('GPL3')
depends=('libx11')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')