summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2019-04-26 11:38:23 +0200
committermschubert2019-04-26 11:38:23 +0200
commit59f87ab4a433ea1ef89c3d3da33c4d2af157513e (patch)
tree7a028a4a44b1cd25b0c11755ee6808543d5e69f1
parent6b538439f3e3483c0d04c9b4ea31063453c947b3 (diff)
downloadaur-59f87ab4a433ea1ef89c3d3da33c4d2af157513e.tar.gz
adjust rchitect<0.3.0
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63290a44322f..3abc9fe73d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = radian
depends = r>=3.4.0
depends = python-lineedit>=0.1.1
depends = python-rchitect>=0.2.3
+ depends = python-rchitect<0.3.0
depends = python-six
replaces = rtichoke
source = radian-0.3.4.tar.gz::https://github.com/randy3k/radian/archive/v0.3.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f325c3780229..5bf5c2d82598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A 21 century R console"
url="https://github.com/randy3k/radian"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('r>=3.4.0' 'python-lineedit>=0.1.1' 'python-rchitect>=0.2.3' 'python-six')
+depends=('r>=3.4.0' 'python-lineedit>=0.1.1' 'python-rchitect>=0.2.3' 'python-rchitect<0.3.0' 'python-six')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pyte' 'python-pexpect' 'python-ptyprocess')
replaces=('rtichoke')