summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2019-05-06 20:51:56 +0300
committerAlexander Phinikarides2019-05-06 20:52:47 +0300
commit0725e68a9e7ec79645bd596a6ef3ba670a66dc0c (patch)
tree34e53c872a1443dcb19b7752c61ab27cb9b780e6
parent58f3457e846c31054a4d47416beed3820d8519e9 (diff)
downloadaur-0725e68a9e7ec79645bd596a6ef3ba670a66dc0c.tar.gz
replace ncurses v6 with v5
Signed-off-by: Alexander Phinikarides <alexisph@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7b82872e9f..c688f43cf027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = microsoft-r-open
pkgdesc = Language and environment for statistical computing and graphics, enhanced by Microsoft
pkgver = 3.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://mran.revolutionanalytics.com/open/
install = microsoft-r-open.install
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = microsoft-r-open
depends = libtiff
depends = libxmu
depends = libxt
- depends = ncurses
+ depends = ncurses5-compat-libs
depends = pango
depends = pcre
depends = perl
diff --git a/PKGBUILD b/PKGBUILD
index e1b982f45651..2d20980d6099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=microsoft-r-open
pkgver=3.5.2
-pkgrel=1
+pkgrel=2
_majorver=3.5
_mrandate=2019-02-01
pkgdesc="Language and environment for statistical computing and graphics, enhanced by Microsoft"
@@ -22,7 +22,7 @@ depends=('bzip2'
'libtiff'
'libxmu'
'libxt'
- 'ncurses'
+ 'ncurses5-compat-libs'
'pango'
'pcre'
'perl'