summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2020-07-18 14:21:42 +0200
committermschubert2020-07-18 14:21:42 +0200
commit9e50176d2c1f90efb4ae3b87a5edaded02c36267 (patch)
tree71c7a5d9191da329bf4641208a4b8575610a6eb0
parent65e726feade6522638356f46b003f53c3d65f54a (diff)
downloadaur-9e50176d2c1f90efb4ae3b87a5edaded02c36267.tar.gz
version bump 0.5.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 317cac83f571..c3e553eb3a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.5.6
+ pkgver = 0.5.8
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.25
+ depends = python-rchitect>=0.3.28
depends = python-rchitect<0.4.0
replaces = rtichoke
- source = radian-0.5.6.tar.gz::https://github.com/randy3k/radian/archive/v0.5.6.tar.gz
- sha256sums = 2b7ba355a1a892bfd9c61014156253fdb0274e843854ef580f9738948487d1b6
+ source = radian-0.5.8.tar.gz::https://github.com/randy3k/radian/archive/v0.5.8.tar.gz
+ sha256sums = 3fd5ff4fd83a037af54d292f84415561a7e75a2063ebc0c8635171c862e07e50
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index fcf0ba6f56bc..b50dea849dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=radian
-pkgver=0.5.6
+pkgver=0.5.8
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.25' 'python-rchitect<0.4.0')
+ 'python-rchitect>=0.3.28' '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=('2b7ba355a1a892bfd9c61014156253fdb0274e843854ef580f9738948487d1b6')
+sha256sums=('3fd5ff4fd83a037af54d292f84415561a7e75a2063ebc0c8635171c862e07e50')
build() {
cd "$srcdir/$pkgname-$pkgver"