summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2022-03-04 21:03:07 +0100
committermschubert2022-03-04 21:03:07 +0100
commit7907b071387501fb68824af55f3d2f785460dfa3 (patch)
tree35f1a191925cfd279c48741f0e5fdac27869d863
parentaa38c597aec212f075076e6743b0b5d005d43360 (diff)
downloadaur-7907b071387501fb68824af55f3d2f785460dfa3.tar.gz
version bump 0.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b81678ca25f..29b3eb8124d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.5.13
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/randy3k/radian
arch = i686
@@ -12,12 +12,10 @@ pkgbase = radian
checkdepends = python-ptyprocess
makedepends = python-setuptools
depends = r>=3.4.0
- depends = python-lineedit>=0.1.5
- depends = python-lineedit<0.2.0
- depends = python-rchitect>=0.3.30
+ depends = python-rchitect>=0.3.36
depends = python-rchitect<0.4.0
replaces = rtichoke
- source = radian-0.5.13.tar.gz::https://github.com/randy3k/radian/archive/v0.5.13.tar.gz
- sha256sums = c735560cbbf82720f4de5bd7bdce0dc94a22da585eddab4d192eb202e814f768
+ source = radian-0.6.0.tar.gz::https://github.com/randy3k/radian/archive/v0.6.0.tar.gz
+ sha256sums = 8222b59d6296f111c09a7c6508297ed5e1b37f9a02492f027e320a81b4634687
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index a4a3156d3478..a8519832a297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=radian
-pkgver=0.5.13
+pkgver=0.6.0
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-lineedit>=0.1.5' 'python-lineedit<0.2.0'
- 'python-rchitect>=0.3.30' 'python-rchitect<0.4.0')
+ 'python-rchitect>=0.3.36' '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=('c735560cbbf82720f4de5bd7bdce0dc94a22da585eddab4d192eb202e814f768')
+sha256sums=('8222b59d6296f111c09a7c6508297ed5e1b37f9a02492f027e320a81b4634687')
build() {
cd "$srcdir/$pkgname-$pkgver"