Date: Friday, June 18, 2021 @ 00:08:00 Author: felixonmars Revision: 965073
upgpkg: python-praw 7.3.0-1 Modified: python-praw/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-18 00:07:35 UTC (rev 965072) +++ PKGBUILD 2021-06-18 00:08:00 UTC (rev 965073) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-praw -pkgver=7.2.0 +pkgver=7.3.0 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=('0cee57e40aa9d08f0f766cc0b693902123ec5f848faac81be850a7f0a451964deafea67b5def800232bb17d6db872ab655440a64d814e8d3ffc59ffcbf2f8356') +sha512sums=('e10a1f427352e1dc62862c8bfaefc815dcf7fe33370088f74077ed0b1b98281eaa55264f770a7bfe699064d292199443ceb94d56bb65569117c839d994d08fc8') build() { cd praw-$pkgver
