diff --git a/BioArchLinux/python-rchitect/PKGBUILD b/BioArchLinux/python-rchitect/PKGBUILD index 75e7e2b9bc..e8a60a9abb 100644 --- a/BioArchLinux/python-rchitect/PKGBUILD +++ b/BioArchLinux/python-rchitect/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Schubert 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"