Date: Monday, March 6, 2023 @ 18:39:32 Author: felixonmars Revision: 1416006
upgpkg: python-praw 7.7.0-1 Modified: python-praw/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 18:35:26 UTC (rev 1416005) +++ PKGBUILD 2023-03-06 18:39:32 UTC (rev 1416006) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-praw -pkgver=7.6.1 +pkgver=7.7.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=('91fa6efe0ea56d53ea49df8c1046ff620571d9dc80e6fdc5a5da3651cd24d7553455b62d02db8e37531a7bf34be0fbbc8c9555281b4887b73e9b8758966db55a') +sha512sums=('40a8882cdcaa10f538f9cf9552414184050b16008eed4c4e31fc52dfc0d337daad6bd1041d462d26476c692ae8997f675cf5ce2630d8d8be091023b7deb98181') build() { cd praw-$pkgver
