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

Felix Yan fyan at archlinux.org
Tue Aug 11 06:12:59 UTC 2015


    Date: Tuesday, August 11, 2015 @ 08:12:59
  Author: fyan
Revision: 138201

upgpkg: python-praw 3.1.0-1

Modified:
  python-praw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-11 06:11:16 UTC (rev 138200)
+++ PKGBUILD	2015-08-11 06:12:59 UTC (rev 138201)
@@ -5,7 +5,7 @@
 pkgname=('python-praw' 'python2-praw')
 pkgver=3.1.0
 pkgrel=1
-pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"z
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
 arch=('any')
 license=('GPL')
 url="http://praw.readthedocs.org"
@@ -29,7 +29,7 @@
 }
 
 package_python-praw() {
-  depends=('python')
+  depends=('python-decorator' 'python-requests' 'python-six' 'python-update_checker')
 
   cd "${srcdir}/praw"
   python setup.py install --root="${pkgdir}" --optimize=1
@@ -36,7 +36,7 @@
 }
 
 package_python2-praw() {
-  depends=('python2')
+  depends=('python2-decorator' 'python2-requests' 'python2-six' 'python2-update_checker')
 
   cd "${srcdir}/praw-py2"
   python2 setup.py install --root="${pkgdir}" --optimize=1



More information about the arch-commits mailing list