summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2022-09-23 18:51:25 +0700
committerAchmad Fathoni2022-09-23 18:51:25 +0700
commitc3f04c893503ed6342807caaca961c51ac0cb35c (patch)
tree185f290d070c427f3dca3623d75be954b9c52617 /PKGBUILD
parent79895e9e7415d5c3bf92178aac0e6f001275804c (diff)
downloadaur-c3f04c893503ed6342807caaca961c51ac0cb35c.tar.gz
0.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0212e9b0f42..6ed10e9239cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-python-setup-py
_name=${pkgname:7}
-pkgver=0.2.7
+pkgver=0.2.8
pkgrel=2
pkgdesc="An extension for colcon-core to identify packages with a setup.py file by introspecting the arguments to the setup() function call of setuptools."
arch=(any)
@@ -14,10 +14,8 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"af88dbc6ecf8e6a0f6c50b50b1c7a8df2256cdf2.patch"
)
-sha256sums=(
- 'eec293085c4301797706d9e61634fa0cb2136be9b820aa556b2b8baa0bde412d'
- 'e5d00fe5a1db81fa0dd706afb95680fb5e57f2fc306a6b1499656fe62ad6ae8a'
-)
+sha256sums=('83f719f237bb852544de124635d4376a0ad861c14c752830fbdfffbd38cd95aa'
+ 'e5d00fe5a1db81fa0dd706afb95680fb5e57f2fc306a6b1499656fe62ad6ae8a')
prepare(){
cd ${srcdir}/${_name}-${pkgver}