summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242019-05-01 10:09:11 +0200
committerbionade242019-05-01 10:09:11 +0200
commit77320106a0481a65ebf00bf5706d695b116ad646 (patch)
tree5c5b0bf5aeeb6929eb1b4cd0431707008b9f63aa /PKGBUILD
parent2de8f5c8a767692328b0896d695f74ee7aea8aa2 (diff)
downloadaur-77320106a0481a65ebf00bf5706d695b116ad646.tar.gz
Updated version and changed checksum to sha256
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2992329514a..12bdd5ac1c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_pkg'
pkgname=('python-catkin_pkg')
_module='catkin_pkg'
-pkgver='0.4.11'
+pkgver='0.4.12'
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/03/b5/a6092bc2b697110885421074d28168e0092636489fcaf22994375fe5038b/catkin_pkg-0.4.11.tar.gz")
-md5sums=('ab3adff656c9921adc74cc043bc7cf1d')
+source=("https://files.pythonhosted.org/packages/5d/ca/b0bcd8b6443fae5735e0f1a7a9955650311eee54742aaba97f0e92d6e676/catkin_pkg-0.4.12.tar.gz")
+sha256sums=('77fdfdcf79b1b92498c83eede9ef727e9c6eeec5b0a5e49c0ce83b8caa0afb36')
build() {
cd "${srcdir}/${_module}-${pkgver}"