summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2023-01-05 16:13:04 +0100
committermschubert2023-01-05 16:13:04 +0100
commit8e15f4564dae9d8bcd727686dd6b21e9e6d3e5a8 (patch)
tree8be00c0ba6002c372940efbe70f63c8bba58efd2
parent5655fcc512cb23a08a77afa55b2771f31fd9ba4b (diff)
downloadaur-8e15f4564dae9d8bcd727686dd6b21e9e6d3e5a8.tar.gz
version bump 0.3.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4809b864d029..9bb702a0f7d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rchitect
pkgdesc = Minimal R API for Python
- pkgver = 0.3.39
+ pkgver = 0.3.40
pkgrel = 1
url = https://github.com/randy3k/rchitect
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-rchitect
makedepends = python-six>=1.9.0
depends = r>3.4.0
depends = python-cffi>=1.10.0
- source = rchitect-0.3.39.tar.gz::https://github.com/randy3k/rchitect/archive/v0.3.39.tar.gz
- sha256sums = ef012e0871f2c749d466852cd15c3886f5444f32a819c7ff1853ad3184a650f1
+ source = rchitect-0.3.40.tar.gz::https://github.com/randy3k/rchitect/archive/v0.3.40.tar.gz
+ sha256sums = 9eb183854ef1880e45ccaa1b913f482e2d0102a42dccb53931c96e6c6dedb921
pkgname = python-rchitect
diff --git a/PKGBUILD b/PKGBUILD
index 44b76eca937a..21577822abb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=python-rchitect
_pkgname=${pkgname#python-}
-pkgver=0.3.39
+pkgver=0.3.40
pkgrel=1
pkgdesc="Minimal R API for Python"
url="https://github.com/randy3k/$_pkgname"
@@ -11,7 +11,7 @@ depends=('r>3.4.0' 'python-cffi>=1.10.0')
makedepends=('python-setuptools' 'python-pip' 'python-six>=1.9.0')
checkdepends=('python-pytest')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ef012e0871f2c749d466852cd15c3886f5444f32a819c7ff1853ad3184a650f1')
+sha256sums=('9eb183854ef1880e45ccaa1b913f482e2d0102a42dccb53931c96e6c6dedb921')
build() {
cd "$srcdir/$_pkgname-$pkgver"