summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33d666db92e5..5446c2be7691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-bash
_name=${pkgname:7}
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc="An extension for colcon-core to provide Bash scripts."
arch=(any)
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python-colcon-core')
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('86950ca62293b655ef8d655d2994d110321fff2fc6739c46a64f005a0cee1bdd')
+sha256sums=('29a223a66828e18aad9b8db5087f7114e388601830091830ca17b095ada2cbac')
package() {
cd ${srcdir}/${_name}-${pkgver}