summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c95d54b8a78..bde2656c4842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = notp-bin
license = MIT
provides = notp
conflicts = notp
- conflicts = notp-git
source_x86_64 = notp-bin-2.1.0::https://github.com/kondanta/notp/releases/download/v2.1.0/notp_linux
source_x86_64 = notp-bin-2.1.0-LICENSE::https://github.com/kondanta/notp/raw/v2.1.0/LICENSE
source_x86_64 = notp-bin-2.1.0-README.md::https://github.com/kondanta/notp/raw/v2.1.0/README.md
diff --git a/PKGBUILD b/PKGBUILD
index 40a7db216300..a078f97f4e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="One Time Password Generator"
arch=('x86_64')
url="https://github.com/kondanta/notp"
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"
"$pkgname-$pkgver-LICENSE::$url/raw/v$pkgver/LICENSE"