diff --git a/BioArchLinux/python-rchitect/PKGBUILD b/BioArchLinux/python-rchitect/PKGBUILD index 8a9388078f..75e7e2b9bc 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.2 +pkgver=0.4.3 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=('473b2bcb7318254f4e2439d7ac943d11d1502dc6266542c5890848d31224c3b7') +sha256sums=('886712ae65b2c6361cf8732d16fab5e9be8d54254f027b9131d7067f992448dc') build() { cd "$srcdir/$_pkgname-$pkgver"