summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f309af28f21c..00e320842347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/ros-melodic-arch/ros-build-tools-py3"
pkgname='ros-build-tools-py3'
pkgver='0.3.1'
arch=('any')
-pkgrel='4'
+pkgrel='5'
license=('BSD')
makedepends=()
optdepends=('python3' 'python-yaml' 'python-termcolor' 'python-certifi')
@@ -16,12 +16,10 @@ conflicts=('ros-build-tools')
pkg_destination_dir="/usr/share/ros-build-tools"
-source=('fix-python-scripts.sh'
- 'clear-ros-env.sh'
+source=('clear-ros-env.sh'
'create_pkgbuild.py')
-sha256sums=('5528486d640d91136276edda2075aefc06f360e6297e556051bae57b9479aeda'
- '9626b8e5f3865f5640660f4a7f6a00afc4db8448b95329b4d5a64bd691677a88'
+sha256sums=('9626b8e5f3865f5640660f4a7f6a00afc4db8448b95329b4d5a64bd691677a88'
'6171500f4e807e170f3705277032107b3902502a7fcccf8ab5b300a35580ebf7')
build() {
return 0