summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2022-02-23 00:36:21 +0800
committerwenLiangcan2022-02-23 00:36:21 +0800
commita35fe6384dc2cf8cd542f0865e0cb659ba534dc1 (patch)
tree2767281654845a3131467f3b201358de4fe0851a /PKGBUILD
parent6063af4b13444ae821aa94360a559d8e885e7dba (diff)
downloadaur-a35fe6384dc2cf8cd542f0865e0cb659ba534dc1.tar.gz
pip2pkgbuild 0.3.1-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cadb65847da5..cfd2caafb35a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgbase='pip2pkgbuild'
pkgname=('pip2pkgbuild' 'python2-pip2pkgbuild')
_module='pip2pkgbuild'
-pkgver='0.3.0'
-pkgrel=2
+pkgver='0.3.1'
+pkgrel=1
pkgdesc="Generate PKGBUILD file for a Python module from PyPi"
url="https://github.com/wenLiangcan/pip2pkgbuild"
depends=()
@@ -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=('4c6612df15677016b459cf129ba6b3ad7b346ed4bc08a4b4d5ef800b65c1649a')
+sha256sums=('efbe8aef0348b70b89029e94c76d49aa969bc83dc71c9cfa7ab1de6eb91c81a4')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}