summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2022-02-22 23:13:37 +0800
committerwenLiangcan2022-02-22 23:13:37 +0800
commit48c01739677415d5723f8cfea3cc671ad735ba2b (patch)
tree5166921a7cf79fd61d1e34b7981192a3475390c9 /PKGBUILD
parent528a05d23521a11204c7aa540a94af8bfb125444 (diff)
downloadaur-48c01739677415d5723f8cfea3cc671ad735ba2b.tar.gz
pip2pkgbuild 0.3.0-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d2ecc87b4cc..974971f46904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='pip2pkgbuild'
pkgname=('pip2pkgbuild' 'python2-pip2pkgbuild')
_module='pip2pkgbuild'
-pkgver='0.2.6'
+pkgver='0.3.0'
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")
-sha256sums=('5247ff4ff7c672910733a0b06619bd0f7efaa4c18b619646f902e5e19d07811b')
+sha256sums=('4c6612df15677016b459cf129ba6b3ad7b346ed4bc08a4b4d5ef800b65c1649a')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}