summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:45:24 +0300
committerorhun2020-11-25 01:45:24 +0300
commit72d37ab24f84bbc3f37bd27033e5c0e1b7a0b198 (patch)
tree8ea5c728d0e9d0356e74c2ed40049f5c01454e58
parentdbee678bdb59ea39b489eb993a8201911c25e912 (diff)
downloadaur-72d37ab24f84bbc3f37bd27033e5c0e1b7a0b198.tar.gz
upgpkg: notp-git 2.1.0.r57.g0aa13af-1
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 974402ad3392..2534df1f95d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = notp-git
makedepends = git
provides = notp
conflicts = notp
- conflicts = notp-bin
source = git+https://github.com/kondanta/notp
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 06dcda57a73e..83854d20d4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/kondanta/notp"
license=('MIT')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha256sums=('SKIP')