summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c040a86c07f..961bbd893c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
#
pkgname=libtinfo5
pkgver=5
-pkgrel=15
+pkgrel=16
pkgdesc="symlink to ncurses for use in cuda and other packages (legacy)"
arch=('any')
url="http://www.gnu.org/software/ncurses/"
license=('MIT')
-conflicts=('libtinfo-5')
+conflicts=('libtinfo-5' 'libtinfo<=6-12')
+replaces=('libtinfo-5' 'libtinfo<=6-12')
depends=('ncurses5-compat-libs')
replaces=('libtinfo-5')
#_ncurses="$(pacman -Q ncurses | awk '{sub(/-[0-9]+/, "", $2); print $2}')"