summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2016-11-27 14:29:23 +0800
committerwenLiangcan2016-11-27 14:29:23 +0800
commitf5aebeb314e9ac9ebeb95795b0e343d41e3eaf4c (patch)
treea04fec6948cbc174c8aacb71ed75104580b290e2 /PKGBUILD
parentb5661736b8f15a6c379926f6fd51caba62ddb538 (diff)
downloadaur-f5aebeb314e9ac9ebeb95795b0e343d41e3eaf4c.tar.gz
pip2pkgbuild 0.2.2-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39740ad0f83f..14f7c7560611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('pip2pkgbuild')
pkgname=('pip2pkgbuild' 'python2-pip2pkgbuild')
_module='pip2pkgbuild'
-pkgver='0.2.1'
+pkgver='0.2.2'
pkgrel=1
pkgdesc="Generate PKGBUILD file for a Python module from PyPi"
url="https://github.com/wenLiangcan/pip2pkgbuild"
@@ -11,8 +11,8 @@ depends=()
makedepends=('python-setuptools' 'python2-setuptools')
license=('MIT')
arch=('any')
-source=("https://pypi.python.org/packages/f5/0e/5ec2d714a0a4c2379957e8fbaae43e68ba900150094388bd677fd14c7224/pip2pkgbuild-${pkgver}.tar.gz")
-md5sums=('1b6bbc13fed0c04f6ada57da097c9882')
+source=("https://files.pythonhosted.org/packages/source/$(echo ${_module:0:1} | tr '[:upper:]' '[:lower:]')/${_module}/${_module}-${pkgver}.tar.gz")
+md5sums=('7f934b1bf6c16f051e6a814abacbd11e')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}