summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-06-05 20:31:23 -0600
committeramagura2016-06-05 20:31:23 -0600
commit4bf151409117347b0576f99c7351852c801812ae (patch)
tree73999b6695dba0cbe627fee3e861e14431556df4
parent5cc4be7abf5426ee60548773f0977310d7537923 (diff)
downloadaur-4bf151409117347b0576f99c7351852c801812ae.tar.gz
replaces libtinfo-5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d631a906d9f6..6cff5293911c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue May 24 22:42:35 UTC 2016
+# Mon Jun 6 02:31:11 UTC 2016
pkgbase = libtinfo5
pkgdesc = symlink to ncurses for use in cuda and other packages (legacy)
pkgver = 5
- pkgrel = 14
+ pkgrel = 15
url = http://www.gnu.org/software/ncurses/
arch = any
license = MIT
depends = ncurses5-compat-libs
conflicts = libtinfo-5
+ replaces = libtinfo-5
pkgname = libtinfo5
diff --git a/PKGBUILD b/PKGBUILD
index 7ab0b61fcf3a..9c040a86c07f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
#
pkgname=libtinfo5
pkgver=5
-pkgrel=14
+pkgrel=15
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')
depends=('ncurses5-compat-libs')
+replaces=('libtinfo-5')
#_ncurses="$(pacman -Q ncurses | awk '{sub(/-[0-9]+/, "", $2); print $2}')"
package() {