summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2024-01-24 10:19:26 +0100
committerMichael Schubert2024-01-24 10:19:26 +0100
commit481db964241b66015d635bab09621eb23ca6ad7e (patch)
tree72ab9d3f7830e864d28deeb93243c3c295dcd976
parentddcfc330e44d50002ef1eababde8e507a2748d0f (diff)
downloadaur-481db964241b66015d635bab09621eb23ca6ad7e.tar.gz
version bump 0.6.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb6c70d36040..49c285e3da9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.6.10
+ pkgver = 0.6.11
pkgrel = 1
url = https://github.com/randy3k/radian
arch = i686
@@ -18,7 +18,7 @@ pkgbase = radian
depends = python-rchitect>=0.4.6
depends = python-rchitect<0.5.0
replaces = rtichoke
- source = radian-0.6.10.tar.gz::https://github.com/randy3k/radian/archive/v0.6.10.tar.gz
- sha256sums = a8b95c65d10cd45a6d23460bcfeaa0bf5723c564dbba7c7be577053ced3366e9
+ source = radian-0.6.11.tar.gz::https://github.com/randy3k/radian/archive/v0.6.11.tar.gz
+ sha256sums = 7539fcfbacdc49422b4580475e3f2dc893bb51277bf5265e44f5d8295d04a618
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index 366ba902ae80..f7a5fcc783f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=radian
-pkgver=0.6.10
+pkgver=0.6.11
pkgrel=1
pkgdesc="A 21 century R console"
url="https://github.com/randy3k/radian"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python-pip')
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=('a8b95c65d10cd45a6d23460bcfeaa0bf5723c564dbba7c7be577053ced3366e9')
+sha256sums=('7539fcfbacdc49422b4580475e3f2dc893bb51277bf5265e44f5d8295d04a618')
build() {
cd "$srcdir/$pkgname-$pkgver"