summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2015-09-18 10:47:37 +0800
committerwenLiangcan2015-09-18 10:47:37 +0800
commitc2f313e616e465098bfd676a379f379972fc4f67 (patch)
tree7d19204a22db4d1750fa085e21c4f24f076bdd50 /PKGBUILD
parent4ae8574d47c0ed4c0b8911c5c253bde169a129bd (diff)
downloadaur-c2f313e616e465098bfd676a379f379972fc4f67.tar.gz
pip2pkgbuild 0.1.4-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bc811156493..5e3c6c7b8876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('pip2pkgbuild')
pkgname=('pip2pkgbuild' 'python2-pip2pkgbuild')
_module='pip2pkgbuild'
-pkgver='0.1.3'
-pkgrel=2
+pkgver='0.1.4'
+pkgrel=1
pkgdesc="Generate PKGBUILD file for a Python module from PyPi"
url="https://github.com/wenLiangcan/pip2pkgbuild"
depends=()
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
license=('MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/p/pip2pkgbuild/pip2pkgbuild-${pkgver}.tar.gz")
-md5sums=('25193aabbd7c91bf6574eef66584214e')
+md5sums=('83e008cd984821d7ac925b4ac95421f7')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}