[arch-commits] Commit in python-praw/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 26 22:11:16 UTC 2020
Date: Sunday, April 26, 2020 @ 22:11:15
Author: felixonmars
Revision: 621705
upgpkg: python-praw 7.0.0-1
Modified:
python-praw/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 22:10:15 UTC (rev 621704)
+++ PKGBUILD 2020-04-26 22:11:15 UTC (rev 621705)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-praw
-pkgver=6.5.1
+pkgver=7.0.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=('b1e3ac1ced80093db601d7bd26a3105732afbe2855169e8bdfe7ca34eeebdde0c6b793f1886c58f3ab08cbc112259e9e1e20d83eac7e84e015b43e284415c991')
+sha512sums=('962f29c26e6536247d5edf141b421300a885cc2a43b3e7cf8ec4400acb6fe68c1e6a0d387211a22fc414c766e39dd77f509df347e58c1a9f73175935937bdc0d')
build() {
cd praw-$pkgver
More information about the arch-commits
mailing list