python-rchitect: auto updated to 0.4.4-1

This commit is contained in:
BioArchLinuxBot 2023-10-19 00:02:31 +00:00
parent bbcf30a10d
commit 278ddff2eb

View file

@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=python-rchitect
_pkgname=${pkgname#python-}
pkgver=0.4.3
pkgver=0.4.4
pkgrel=1
pkgdesc="Minimal R API for Python"
url="https://github.com/randy3k/rchitect"
@ -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=('886712ae65b2c6361cf8732d16fab5e9be8d54254f027b9131d7067f992448dc')
sha256sums=('92104aacc5bc957c6f898d7a2258d4bbc65610d24f073e05724b78941df83484')
build() {
cd "$srcdir/$_pkgname-$pkgver"