summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2020-03-31 13:10:07 +0200
committermschubert2020-03-31 13:10:07 +0200
commit752259f16af9eaf4f04fb3b28c54d062a9f5c3a6 (patch)
tree84b645318bc500972f5ffaefdab08ce131f2f191 /PKGBUILD
parent07e44e2c160b1e166437ce6576326f6080afe9c2 (diff)
downloadaur-752259f16af9eaf4f04fb3b28c54d062a9f5c3a6.tar.gz
version bump 0.3.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38151063c698..dc9cae37d39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=(python-rchitect python2-rchitect)
_pkgname=${pkgname#python-}
-pkgver=0.3.18
+pkgver=0.3.19
pkgrel=1
pkgdesc="Minimal R API for Python"
url="https://github.com/randy3k/$_pkgname"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python2-setuptools'
'python-six>=1.9.0' 'python2-six>=1.9.0')
checkdepends=('python2-pytest' 'python-pytest')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e5cc2a7ed1358dbeb6150447b54661d4be5619b88f4ab861e5fa2200b794782d')
+sha256sums=('fbea6df9bb071bac184ae78d897650794689c441f65d1b5313b14484c1f2d34c')
check_disabled() { # unnamed error
cd "$srcdir/$_pkgname-$pkgver"