summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:40:28 +0300
committerorhun2020-11-25 01:40:28 +0300
commit91db4342e53a93d1899acab863d6f79f62e187b8 (patch)
tree7f4719e26fcce79589971531a5c2c4a739d9c0a2
parent3cffa4fd23dd38b35bc47021ec4c9a94d8285f7e (diff)
downloadaur-91db4342e53a93d1899acab863d6f79f62e187b8.tar.gz
upgpkg: kbs2-bin 0.1.6-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 273744573e12..58374d8153d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = kbs2-bin
license = MIT
provides = kbs2
conflicts = kbs2
- conflicts = kbs2-git
source_x86_64 = https://github.com/woodruffw/kbs2/releases/download/v0.1.6/kbs2-linux-v0.1.6.tar.gz
sha256sums_x86_64 = b69b9b8740ab64d9af77b93aedd749270f19d73cf4683d5b8f649e6792605c3d
diff --git a/PKGBUILD b/PKGBUILD
index d71bcc67a31a..b584c720b580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A secret manager backed by age"
arch=('x86_64')
url="https://github.com/woodruffw/kbs2"
license=('MIT')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-linux-v${pkgver}.tar.gz")
sha256sums_x86_64=('b69b9b8740ab64d9af77b93aedd749270f19d73cf4683d5b8f649e6792605c3d')