summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2017-04-29 12:03:21 -0600
committeramagura2017-04-29 12:03:21 -0600
commit5906b2b251d57aed469331d4e81e7bb148e6c1cd (patch)
treefd37293fb27525165d06239172b72b66ad8b97c3
parent3392b46e12d6008945dc2ea9d5ae070eb702c974 (diff)
downloadaur-5906b2b251d57aed469331d4e81e7bb148e6c1cd.tar.gz
hopefully will help fix the issue with libtinfo5 for epsxe
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c60a87e241..e3c5031938dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 02:22:48 UTC 2017
+# Sat Apr 29 18:03:09 UTC 2017
pkgbase = libtinfo
pkgdesc = symlink to ncurses for use in cuda and other packages
pkgver = 6
- pkgrel = 21
+ pkgrel = 22
url = http://www.gnu.org/software/ncurses/
arch = any
license = MIT
depends = ncurses>=6.0
+ depends = ncurses5-compat-libs
pkgname = libtinfo
diff --git a/PKGBUILD b/PKGBUILD
index 017278267c94..37b6e30ad6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
#
pkgname=libtinfo
pkgver=6
-pkgrel=21
+pkgrel=22
pkgdesc="symlink to ncurses for use in cuda and other packages"
arch=('any')
url="http://www.gnu.org/software/ncurses/"
license=('MIT')
#conflicts=('libtinfo-5')
-depends=('ncurses>=6.0')
+depends=('ncurses>=6.0' 'ncurses5-compat-libs')
#optdepends=('libtinfo5: ncurses5-compat-libs')
#_ncurses="$(pacman -Q ncurses | awk '{print $2}' | cut -c 1-3)"
#_libtinfo5="$(pacman -Q ncurses5-compat-libs > /dev/null 2>&1; echo $?)"