summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2020-04-25 21:59:11 +0200
committermschubert2020-04-25 21:59:11 +0200
commitc2a3d59ef7ca51fc34dfe028df13ab446b6190bb (patch)
tree41bcc84c4b9e759f11f856b32dd47d27808f1857
parent82ef53ce5e7f1b7b05a0b102933337cca3078e5b (diff)
downloadaur-c2a3d59ef7ca51fc34dfe028df13ab446b6190bb.tar.gz
version bump 0.5.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d98b85ea73ce..4de95308a608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.4.8
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/randy3k/radian
arch = i686
@@ -12,14 +12,13 @@ pkgbase = radian
checkdepends = python-ptyprocess
makedepends = python-setuptools
depends = r>=3.4.0
- depends = python-six>=1.9.0
depends = python-lineedit>=0.1.5
depends = python-lineedit<0.2.0
- depends = python-rchitect>=0.3.19
+ depends = python-rchitect>=0.3.24
depends = python-rchitect<0.4.0
replaces = rtichoke
- source = radian-0.4.8.tar.gz::https://github.com/randy3k/radian/archive/v0.4.8.tar.gz
- sha256sums = 7e635b18c2f594e1c38b1536a3a62f462282bc54c2443ec26a16becf1d2b7e57
+ source = radian-0.5.3.tar.gz::https://github.com/randy3k/radian/archive/v0.5.3.tar.gz
+ sha256sums = a44793931ef9fb0469417eb76be28441cf7c34189ef8a481dcc409f83cb4fec1
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index 91a9de8d4706..21e4435177d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=radian
-pkgver=0.4.8
+pkgver=0.5.3
pkgrel=1
pkgdesc="A 21 century R console"
url="https://github.com/randy3k/radian"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('r>=3.4.0' 'python-six>=1.9.0'
+depends=('r>=3.4.0'
'python-lineedit>=0.1.5' 'python-lineedit<0.2.0'
- 'python-rchitect>=0.3.19' 'python-rchitect<0.4.0')
+ 'python-rchitect>=0.3.24' 'python-rchitect<0.4.0')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pyte' 'python-pexpect' 'python-ptyprocess')
replaces=('rtichoke')
source=($pkgname-$pkgver.tar.gz::https://github.com/randy3k/radian/archive/v$pkgver.tar.gz)
-sha256sums=('7e635b18c2f594e1c38b1536a3a62f462282bc54c2443ec26a16becf1d2b7e57')
+sha256sums=('a44793931ef9fb0469417eb76be28441cf7c34189ef8a481dcc409f83cb4fec1')
build() {
cd "$srcdir/$pkgname-$pkgver"