summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2022-04-28 23:28:35 +0200
committermschubert2022-04-28 23:28:35 +0200
commitb423c7c0d9790d11afc4e61abd12bc6e141d5a6d (patch)
tree70e700526790ee4a0891122c361a03337eb30aa0
parent7907b071387501fb68824af55f3d2f785460dfa3 (diff)
downloadaur-b423c7c0d9790d11afc4e61abd12bc6e141d5a6d.tar.gz
version bump 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29b3eb8124d0..ec7f9ab9cfc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radian
pkgdesc = A 21 century R console
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/randy3k/radian
arch = i686
@@ -15,7 +15,7 @@ pkgbase = radian
depends = python-rchitect>=0.3.36
depends = python-rchitect<0.4.0
replaces = rtichoke
- source = radian-0.6.0.tar.gz::https://github.com/randy3k/radian/archive/v0.6.0.tar.gz
- sha256sums = 8222b59d6296f111c09a7c6508297ed5e1b37f9a02492f027e320a81b4634687
+ source = radian-0.6.1.tar.gz::https://github.com/randy3k/radian/archive/v0.6.1.tar.gz
+ sha256sums = 97e5cc70050465549799356b2025ec2d75029eb683e3a5da3da03b322754567a
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index a8519832a297..dbce19407229 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.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="A 21 century R console"
url="https://github.com/randy3k/radian"
@@ -12,7 +12,7 @@ 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=('8222b59d6296f111c09a7c6508297ed5e1b37f9a02492f027e320a81b4634687')
+sha256sums=('97e5cc70050465549799356b2025ec2d75029eb683e3a5da3da03b322754567a')
build() {
cd "$srcdir/$pkgname-$pkgver"