Date: Monday, November 9, 2020 @ 17:29:21 Author: felixonmars Revision: 747873
upgpkg: python-whelk 3.0-1 Modified: python-whelk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-09 17:27:43 UTC (rev 747872) +++ PKGBUILD 2020-11-09 17:29:21 UTC (rev 747873) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-whelk -pkgver=2.8.2 +pkgver=3.0 pkgrel=1 pkgdesc="Easy access to shell commands from python" arch=('any') @@ -10,7 +10,7 @@ depends=('python') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/whelk/archive/$pkgver.tar.gz") -sha512sums=('83c3f5ce1da07258ed4c3c22699be36fe960547619617de4fd384f3bf4b62a53a8c83dfbaef37d646542591d60a38ad567f9c3ecc2cb766db40d70cce27d60b2') +sha512sums=('7760e342b09a03951848d7c5ce258b43b44b6deda3efdb0433bd4704ebb8bd0e43589000e0e8916c2469ac154e0121292b79880fc09e5d44202117900ae7fb69') build() { cd whelk-$pkgver
