[arch-commits] Commit in python-praw/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 30 16:23:19 UTC 2021
Date: Friday, July 30, 2021 @ 16:23:19
Author: felixonmars
Revision: 991004
upgpkg: python-praw 7.4.0-1
Modified:
python-praw/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-30 16:21:43 UTC (rev 991003)
+++ PKGBUILD 2021-07-30 16:23:19 UTC (rev 991004)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-praw
-pkgver=7.3.0
+pkgver=7.4.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=('e10a1f427352e1dc62862c8bfaefc815dcf7fe33370088f74077ed0b1b98281eaa55264f770a7bfe699064d292199443ceb94d56bb65569117c839d994d08fc8')
+sha512sums=('eae646b4fd8072e69edc026f325b7de56e901fe96a2338ddc79e57ef4825f260c8e81ddbb1e3da59f13f7894a6acf8df04d5769cf1571dc133d9751d9bb923cf')
build() {
cd praw-$pkgver
More information about the arch-commits
mailing list