summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2020-05-19 12:24:49 +0200
committermschubert2020-05-20 20:36:55 +0200
commit9e455be7480cc104981a852aee4b738275a067f8 (patch)
tree835560237b323f8eedf6229ebeef217905790820
parentc2a3d59ef7ca51fc34dfe028df13ab446b6190bb (diff)
downloadaur-9e455be7480cc104981a852aee4b738275a067f8.tar.gz
version bump 0.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4de95308a608..22841381e487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = https://github.com/randy3k/radian
arch = i686
@@ -14,11 +14,11 @@ pkgbase = radian
depends = r>=3.4.0
depends = python-lineedit>=0.1.5
depends = python-lineedit<0.2.0
- depends = python-rchitect>=0.3.24
+ depends = python-rchitect>=0.3.25
depends = python-rchitect<0.4.0
replaces = rtichoke
- source = radian-0.5.3.tar.gz::https://github.com/randy3k/radian/archive/v0.5.3.tar.gz
- sha256sums = a44793931ef9fb0469417eb76be28441cf7c34189ef8a481dcc409f83cb4fec1
+ source = radian-0.5.4.tar.gz::https://github.com/randy3k/radian/archive/v0.5.4.tar.gz
+ sha256sums = 8f3f4af52c9773cb545d141faa9d9c6905880924ae4d589a932e5ad1bb52747e
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index 21e4435177d2..f72646208666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=radian
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc="A 21 century R console"
url="https://github.com/randy3k/radian"
@@ -8,12 +8,12 @@ arch=('i686' 'x86_64')
license=('MIT')
depends=('r>=3.4.0'
'python-lineedit>=0.1.5' 'python-lineedit<0.2.0'
- 'python-rchitect>=0.3.24' 'python-rchitect<0.4.0')
+ 'python-rchitect>=0.3.25' '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=('a44793931ef9fb0469417eb76be28441cf7c34189ef8a481dcc409f83cb4fec1')
+sha256sums=('8f3f4af52c9773cb545d141faa9d9c6905880924ae4d589a932e5ad1bb52747e')
build() {
cd "$srcdir/$pkgname-$pkgver"