summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2019-04-13 16:02:19 +0800
committerwenLiangcan2019-04-13 16:02:19 +0800
commit528a05d23521a11204c7aa540a94af8bfb125444 (patch)
tree15396000fa593a95b08a75c62496df97ae0a2f77 /PKGBUILD
parente70a66f0fefeb27734526316c76120a9f2841306 (diff)
downloadaur-528a05d23521a11204c7aa540a94af8bfb125444.tar.gz
pip2pkgbuild 0.2.6-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 732ad19b3eb3..9d2ecc87b4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='pip2pkgbuild'
pkgname=('pip2pkgbuild' 'python2-pip2pkgbuild')
_module='pip2pkgbuild'
-pkgver='0.2.5'
+pkgver='0.2.6'
pkgrel=1
pkgdesc="Generate PKGBUILD file for a Python module from PyPi"
url="https://github.com/wenLiangcan/pip2pkgbuild"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-md5sums=('720f2ed154b5e86ba6d18371c7f0ab84')
+sha256sums=('5247ff4ff7c672910733a0b06619bd0f7efaa4c18b619646f902e5e19d07811b')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}