summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2019-10-05 14:53:51 -0700
committerKartik Mohta2019-10-05 14:53:51 -0700
commit98da99486a38a353e4451a0736f9b8e8b2fc9b47 (patch)
treed4f8cd8aa70ffece9b323757335bd7067e683a11 /PKGBUILD
parent77320106a0481a65ebf00bf5706d695b116ad646 (diff)
downloadaur-98da99486a38a353e4451a0736f9b8e8b2fc9b47.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12bdd5ac1c4b..e3a05b6fa53c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_pkg'
pkgname=('python-catkin_pkg')
_module='catkin_pkg'
-pkgver='0.4.12'
+pkgver='0.4.13'
pkgrel=1
pkgdesc="catkin package library"
url="http://wiki.ros.org/catkin_pkg"
@@ -13,8 +13,8 @@ conflicts=('python2-catkin_pkg' 'python-catkin-pkg')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/5d/ca/b0bcd8b6443fae5735e0f1a7a9955650311eee54742aaba97f0e92d6e676/catkin_pkg-0.4.12.tar.gz")
-sha256sums=('77fdfdcf79b1b92498c83eede9ef727e9c6eeec5b0a5e49c0ce83b8caa0afb36')
+source=("https://files.pythonhosted.org/packages/1d/6a/6f60a7d45d654b945fcb55ce8f085e2eff2f61137a8577bad06d663e72ee/catkin_pkg-0.4.13.tar.gz")
+sha256sums=('3aff32871b38630b2dad1b06eb96cac6b6b3f29adfef44f714fbdd3f12dba290')
build() {
cd "${srcdir}/${_module}-${pkgver}"