summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 123fe5406ffc..5d036c68a78a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_pkg')
-pkgver='0.5.2'
-pkgrel=2
+pkgver='1.0.0'
+pkgrel=1
pkgdesc='Standalone Python library for the catkin package system'
arch=('any')
url='https://github.com/ros-infrastructure/catkin_pkg'
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
provides=('python-catkin-pkg')
conflicts=('python2-catkin_pkg' 'python-catkin-pkg')
source=("https://github.com/ros-infrastructure/catkin_pkg/archive/${pkgver}.tar.gz")
-sha256sums=('2f16ff4747817d9dd74edbc7d307a3dc89043f70ee108214201820209153b5c1')
+sha256sums=('48e88c995838807165bb70c6272abab2d6dda5efc210f62db8ac714d4c96a0c6')
_module='catkin_pkg'