[arch-commits] Commit in python-praw/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Dec 24 20:28:21 UTC 2021
Date: Friday, December 24, 2021 @ 20:28:20
Author: arojas
Revision: 1083443
Update to 7.5.0
Modified:
python-praw/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 20:23:42 UTC (rev 1083442)
+++ PKGBUILD 2021-12-24 20:28:20 UTC (rev 1083443)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-praw
-pkgver=7.4.0
-pkgrel=4
+pkgver=7.5.0
+pkgrel=1
pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
arch=('any')
license=('GPL')
@@ -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=('eae646b4fd8072e69edc026f325b7de56e901fe96a2338ddc79e57ef4825f260c8e81ddbb1e3da59f13f7894a6acf8df04d5769cf1571dc133d9751d9bb923cf')
+sha512sums=('df2da306819df8387c9ad018b0ea886390c065e4d0af1b1b22ae2bfed3d4f612ce2ac2a029c7cee92ea90ca30cc13c7a6640373fd621dc70dd2ac175bea1b4ee')
build() {
cd praw-$pkgver
More information about the arch-commits
mailing list