summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:54:48 +0300
committerorhun2020-11-25 01:54:48 +0300
commit1f03d44c0e6ba214e30476ff60fd0b35a2c92165 (patch)
treefad3808f670546f9db9337a912f88327161f84f2
parentccbd6293487b56c3970d4bc6832aea0bc90e135d (diff)
downloadaur-1f03d44c0e6ba214e30476ff60fd0b35a2c92165.tar.gz
upgpkg: zps-git 1.2.3.r0.g9d08c49-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 0607addc2e56..59d3f45c5539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = zps-git
makedepends = cmake
provides = zps
conflicts = zps
- conflicts = zps-bin
source = git+https://github.com/orhun/zps
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c9039ae67b60..dc52e8706b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/orhun/zps"
license=('GPL3')
makedepends=('git' 'cmake')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+$url")
sha256sums=('SKIP')