summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-02-08 18:29:45 +0100
committermschubert2021-02-08 18:29:45 +0100
commit5895b777e57b36a81bcf951742565b8daa4bac2b (patch)
tree62daf95826fd49aea51f32304a2a50d9a7e523c4 /PKGBUILD
parent82cd839343039d8f39b3b135340b65f8c6494e6d (diff)
downloadaur-5895b777e57b36a81bcf951742565b8daa4bac2b.tar.gz
version bump 0.3.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 067f419c3766..05f33f5657df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-rchitect
_pkgname=${pkgname#python-}
-pkgver=0.3.29
-pkgrel=2
+pkgver=0.3.30
+pkgrel=1
pkgdesc="Minimal R API for Python"
url="https://github.com/randy3k/$_pkgname"
arch=('any')
@@ -11,7 +11,7 @@ depends=('r>3.4.0' 'python-multipledispatch' 'python-cffi>=1.10.0')
makedepends=('python-setuptools' 'python-six>=1.9.0')
checkdepends=('python-pytest')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('19f48ab221aee7d85b2b60c1e3dc3a589a440ef40977dbc8d34af1d7d2617b43')
+sha256sums=('6ff64aa2d08f3c82dfafdc1728e0852b530cd4c380ed9eff2a5453735be834b7')
build() {
cd "$srcdir/$_pkgname-$pkgver"