summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-06-05 16:09:44 +0200
committermschubert2021-06-05 16:09:44 +0200
commit022d7dfab97a8df19691abe6dbdf0a7983293a65 (patch)
treeaad48d2b07ea0df549484535055a89863fb31da8 /PKGBUILD
parent46c582274f4703df6da4a37794907a669dd2c885 (diff)
downloadaur-022d7dfab97a8df19691abe6dbdf0a7983293a65.tar.gz
version bump 0.3.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 700264363c17..e578035a6e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-rchitect
_pkgname=${pkgname#python-}
-pkgver=0.3.31
+pkgver=0.3.32
pkgrel=1
pkgdesc="Minimal R API for Python"
url="https://github.com/randy3k/$_pkgname"
@@ -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=('d1dc9df2b17eac87242671eb7abb40873979b5e2110cfd4e86432d666d6a626f')
+sha256sums=('85dbfd71e7d72764d77786a49845085e64ae18b234c84162c72002475be5115f')
build() {
cd "$srcdir/$_pkgname-$pkgver"