summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2024-02-09 16:50:38 +0100
committerMichael Schubert2024-02-09 16:50:38 +0100
commit1748dfc8fdfbdad3dc73a00fccb6f0cae6ea991a (patch)
tree9facb07c69ae363dc23690dea629e8cd5e9c1d73
parent481db964241b66015d635bab09621eb23ca6ad7e (diff)
downloadaur-1748dfc8fdfbdad3dc73a00fccb6f0cae6ea991a.tar.gz
version bump 0.6.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49c285e3da9f..cc93a7fdc611 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.6.11
+ pkgver = 0.6.12
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.11.tar.gz::https://github.com/randy3k/radian/archive/v0.6.11.tar.gz
- sha256sums = 7539fcfbacdc49422b4580475e3f2dc893bb51277bf5265e44f5d8295d04a618
+ source = radian-0.6.12.tar.gz::https://github.com/randy3k/radian/archive/v0.6.12.tar.gz
+ sha256sums = 811e87f4ce1d799699e4fbaa48187a3b704bb2a5bf037e5b349d8e23646adec0
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index f7a5fcc783f5..b97646ffd63e 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.11
+pkgver=0.6.12
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=('7539fcfbacdc49422b4580475e3f2dc893bb51277bf5265e44f5d8295d04a618')
+sha256sums=('811e87f4ce1d799699e4fbaa48187a3b704bb2a5bf037e5b349d8e23646adec0')
build() {
cd "$srcdir/$pkgname-$pkgver"