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 7387751b73bd..14c5b069b029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = termimage-bin
license = MIT
provides = termimage
conflicts = termimage
- conflicts = termimage-git
source_x86_64 = https://github.com/nabijaczleweli/termimage/releases/download/v1.1.0/termimage-v1.1.0
source_x86_64 = termimage-v1.1.0-LICENSE::https://github.com/nabijaczleweli/termimage/raw/v1.1.0/LICENSE
source_x86_64 = https://github.com/nabijaczleweli/termimage/releases/download/v1.1.0/termimage-man-v1.1.0.tbz2
diff --git a/PKGBUILD b/PKGBUILD
index d9bfdb68f90b..ec608b8ef2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Display images in your terminal"
arch=('x86_64')
url="https://github.com/nabijaczleweli/termimage"
license=('MIT')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
+conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-v$pkgver"
"${pkgname%-bin}-v$pkgver-LICENSE::$url/raw/v$pkgver/LICENSE"