Date: Thursday, April 23, 2020 @ 23:01:31 Author: felixonmars Revision: 618412
upgpkg: python-prawcore 1.3.0-1 Modified: python-prawcore/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-23 23:01:30 UTC (rev 618411) +++ PKGBUILD 2020-04-23 23:01:31 UTC (rev 618412) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-prawcore -pkgver=1.0.1 -pkgrel=4 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Low-level communication layer for PRAW 4+." arch=('any') license=('BSD') @@ -12,7 +12,7 @@ checkdepends=('python-mock' 'python-betamax-matchers' 'python-betamax-serializers' 'python-testfixtures') source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/prawcore/archive/v$pkgver.tar.gz") -sha512sums=('6efe8faa685aa92a04309c4c24963a2a540335ad0bed31b990d840732ddf726789688171f4ead4daf831e89da5c95c17861a079dfc9ae3de254d2690bcff1c8b') +sha512sums=('e64f6b52654fcf279e7296420f950d7eb6dc535dd72326f43ed7840189a52b0f0096fc66ee81360231efe3c00686239128e8dd7bf153599be7eb30ded5ed9891') check() { cd prawcore-$pkgver
