diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-10-07 04:52:05 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-10-07 04:52:05 +0000 |
commit | f007caa15524504a3efa31ec30318810a94c8e7c (patch) | |
tree | afb5fe18a304703ec7e3fff3521603725451296d /testing/py-praw/APKBUILD | |
parent | 0ea4495a8b3c35cc4efc15a78e826a3f5820aded (diff) | |
download | aports-f007caa15524504a3efa31ec30318810a94c8e7c.tar.bz2 aports-f007caa15524504a3efa31ec30318810a94c8e7c.tar.xz |
testing/py-praw: upgrade to 3.3.0
Diffstat (limited to 'testing/py-praw/APKBUILD')
-rw-r--r-- | testing/py-praw/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py-praw/APKBUILD b/testing/py-praw/APKBUILD index fdfc25f548..f9cfb8e191 100644 --- a/testing/py-praw/APKBUILD +++ b/testing/py-praw/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-praw _pkgname=praw -pkgver=2.1.21 +pkgver=3.3.0 pkgrel=0 pkgdesc="A Python module to access to reddit's API" url="https://github.com/praw-dev/praw" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="3b0388c9105662f8be8f1a4d3a38216d praw-2.1.21.tar.gz" -sha256sums="cba56095a1dd9cdc6604a119d7433a30bc434b54d635997b24c6e03d7800d80b praw-2.1.21.tar.gz" -sha512sums="0e0d801d04ca47721ba5da8a07ee153898e2af3833c7164fb151d80c384d9bd86f522af53e15a346920478e83b1bd234d5cc2a5d31ad550f727008cc1acd7f98 praw-2.1.21.tar.gz" +md5sums="e923dddefa05f0ddd624a953c6fc1f81 praw-3.3.0.zip" +sha256sums="dbd92207ed7b790e6d1a0b5150cc506ebfd5c84cb2cee182c0394d1f14d1489f praw-3.3.0.zip" +sha512sums="bf27e143dfe8f411590cc20f5798f2d387b20d8c477bf02ee85fed2d7f0159223eba87fc960b170b4388b104337bb30af587e2cbdc5bf90590201ad05ffdb9d8 praw-3.3.0.zip" |