summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242019-09-05 11:14:30 +0200
committerbionade242019-09-05 11:14:30 +0200
commit80aae0a68bfd46164c9b35e49addf093e26a1c1a (patch)
tree77d60f3cd0ade1c08a9616ea9bf266910d9d163f
parent2c612a0df07a7846f8961eac916b41767e3ab92a (diff)
downloadaur-80aae0a68bfd46164c9b35e49addf093e26a1c1a.tar.gz
Version 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acda3902f42c..c632cc7ea0a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-build-tools-py3
pkgdesc = Utilities for building Arch packages for ROS stacks.
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/ros-melodic-arch/ros-build-tools-py3
arch = any
license = BSD
@@ -18,7 +18,7 @@ pkgbase = ros-build-tools-py3
source = create_pkgbuild.py
sha256sums = 5528486d640d91136276edda2075aefc06f360e6297e556051bae57b9479aeda
sha256sums = e71cdd2288bf3a659fa40824464e64031d2ec45fab57f120d8c49b92954d5ad5
- sha256sums = 3cefd5b46df589da2ea0a90756d645ea54341522a3517d6281a6e2f5bdc65225
+ sha256sums = 6171500f4e807e170f3705277032107b3902502a7fcccf8ab5b300a35580ebf7
pkgname = ros-build-tools-py3
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
}