summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242019-09-05 11:14:30 +0200
committerbionade242019-09-05 11:14:30 +0200
commit80aae0a68bfd46164c9b35e49addf093e26a1c1a (patch)
tree77d60f3cd0ade1c08a9616ea9bf266910d9d163f /PKGBUILD
parent2c612a0df07a7846f8961eac916b41767e3ab92a (diff)
downloadaur-80aae0a68bfd46164c9b35e49addf093e26a1c1a.tar.gz
Version 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 413ea70e3e4e..81af1b5ca997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgdesc='Utilities for building Arch packages for ROS stacks.'
url="https://github.com/ros-melodic-arch/ros-build-tools-py3"
pkgname='ros-build-tools-py3'
-pkgver='0.3.0'
+pkgver='0.3.1'
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
makedepends=()
optdepends=('python3' 'python-argparse' 'python-yaml' 'python-termcolor' 'python-certifi')
@@ -22,7 +22,7 @@ source=('fix-python-scripts.sh'
sha256sums=('5528486d640d91136276edda2075aefc06f360e6297e556051bae57b9479aeda'
'e71cdd2288bf3a659fa40824464e64031d2ec45fab57f120d8c49b92954d5ad5'
- '3cefd5b46df589da2ea0a90756d645ea54341522a3517d6281a6e2f5bdc65225')
+ '6171500f4e807e170f3705277032107b3902502a7fcccf8ab5b300a35580ebf7')
build() {
return 0
}