summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2022-12-23 02:02:32 +0700
committerAchmad Fathoni2022-12-23 02:02:32 +0700
commite30f063d3b79b75e1b743e9b0e5d1cc043b28e6b (patch)
tree96844dced98fe1893c5e0c30ef2a337319aee90e /PKGBUILD
parent685fbdfaf25bfa703eb310515d1f3333843f5a33 (diff)
downloadaur-python-ros-cross-compile.tar.gz
0.10.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0d20390555a..548040299969 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ros-cross-compile
_name=${pkgname:7}
__name=$(echo $_name | tr '-' '_')
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="A tool to build ROS workspaces for various target architectures and platforms."
arch=(any)
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python-docker' 'docker' 'qemu-user-static')
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${__name}/${__name}-$pkgver.tar.gz)
-sha256sums=('eeb60ac6ad230f1c492fb8027fea8d5529d9147d202f2147730fefee4ef1f484')
+sha256sums=('0d55cb2fd9220de86f5719c5df675ed0a1a88be180495ec6ec57f2cb7efd4cfe')
package() {
cd ${srcdir}/${__name}-${pkgver}