Date: Monday, February 8, 2021 @ 18:27:12 Author: felixonmars Revision: 849492
upgpkg: python-praw 7.1.4-1 Modified: python-praw/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-08 18:26:49 UTC (rev 849491) +++ PKGBUILD 2021-02-08 18:27:12 UTC (rev 849492) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-praw -pkgver=7.1.3 +pkgver=7.1.4 pkgrel=1 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API" arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-pytest-runner') checkdepends=('python-mock' 'python-betamax-serializers' 'python-betamax-matchers') source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz") -sha512sums=('6db9a3230b5e4abee2397b0b52eb954ff9e5d16ff1ab21a5005df3e54cbdb3376dcbfcd7087d780d6d79ffbed9dcb98841cfdc64cd0c17225ee91038fa2e1bee') +sha512sums=('bb418f69779566f5b5dac98437d8766f998b78dcf412ed46c5fa48e7f1184ae93869e5965be426042387bcca4a2112f414f43edc3155cc96a32a04d586dfd5b0') build() { cd praw-$pkgver
