summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:26:07 +0300
committerorhun2020-11-25 01:26:07 +0300
commitc7796d57805c3c3df040f16d9c51c1cc0067de76 (patch)
tree1f28913f5a7647aee048ba9683e67361377a4eb0
parenta0f5cf6367a4754192d64bf880cc075cde58a785 (diff)
downloadaur-c7796d57805c3c3df040f16d9c51c1cc0067de76.tar.gz
upgpkg: bookmark-bin 0.1.0-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 c644cd21de76..e0896026fbc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = bookmark-bin
license = MIT
provides = bookmark
conflicts = bookmark
- conflicts = bookmark-git
source_x86_64 = bookmark-bin-0.1.0::https://github.com/Szymongib/bookmark/releases/download/v0.1.0/bookmark-linux-amd64
source_x86_64 = bookmark-bin-0.1.0-LICENSE::https://github.com/Szymongib/bookmark/raw/v0.1.0/LICENSE
source_x86_64 = bookmark-bin-0.1.0-README.md::https://github.com/Szymongib/bookmark/raw/v0.1.0/README.md
diff --git a/PKGBUILD b/PKGBUILD
index 286c38383a5f..9b0d187247b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Save URLs from the terminal and open them quickly in the browser"
arch=('x86_64')
url="https://github.com/Szymongib/bookmark"
license=('MIT')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver::$url/releases/download/v$pkgver/${pkgname%-bin}-linux-amd64"
"$pkgname-$pkgver-LICENSE::$url/raw/v$pkgver/LICENSE"