summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e515cd6b678..480463439a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Erik Johnson <palehose at gmail dot com>
pkgname=python2-rtkit
_realname=python-rtkit
-pkgver=0.2.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Best Practical RT (Request Tracker) data access python module for REST interface."
arch=('any')
@@ -9,8 +9,8 @@ url="http://pypi.python.org/pypi/${_realname}/"
license=('Apache')
depends=('python2')
makedepends=('python2-distribute')
-source=("http://pypi.python.org/packages/source/p/${_realname}/${_realname}-${pkgver}.tar.gz")
-md5sums=('ff84c4d586eaa8111bae1807025e60b3')
+source=("https://files.pythonhosted.org/packages/fe/ef/1150337dc095b6ac35e18be546f0cb763e0c369419cf77c237b803b2cb61/${_realname}-${pkgver}.tar.gz")
+sha256sums=(c9ae285cbeaa0a896527fccb6ef0b46970beee954abd2a329cf686b1fcfabbdb)
build() {
cd "${srcdir}/${_realname}-${pkgver}"