[arch-commits] Commit in python-praw/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Sep 13 05:28:33 UTC 2017


    Date: Wednesday, September 13, 2017 @ 05:28:33
  Author: felixonmars
Revision: 257219

upgpkg: python-praw 5.1.0-1

Modified:
  python-praw/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-13 05:27:00 UTC (rev 257218)
+++ PKGBUILD	2017-09-13 05:28:33 UTC (rev 257219)
@@ -3,7 +3,7 @@
 
 pkgbase=python-praw
 pkgname=('python-praw' 'python2-praw')
-pkgver=5.0.1
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
 arch=('any')
@@ -15,11 +15,9 @@
 checkdepends=('python-mock' 'python2-mock' 'python-betamax-serializers'
               'python2-betamax-serializers' 'python-betamax-matchers' 'python2-betamax-matchers')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz")
-sha512sums=('99aeda7311cb0516c2e373984697418bfa10412a6410a10ee8c23394563def772eba40b9dbe2058693f4fdc884309a3e0aa904471d70beb3df8afb8436ad8add')
+sha512sums=('c49d920c529506e696df1436b38f84fdbbb0c37fb6978200eb9e43e0eb0428f44a461e835c06897adab4713678507da00f0f02809d281206f3473e6b7345862e')
 
 prepare() {
-  sed -e 's/betamax-matchers >=0.3.0, <0.4/betamax-matchers >=0.3.0/' \
-      -i praw-$pkgver/setup.py
   cp -a praw-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list