summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-06 12:45:30 +0100
committerbionade242020-12-06 12:45:30 +0100
commit98da0f1581564f332fcab778c013377a2d3f9228 (patch)
tree0308308e407fe54e233f7183fae9c8543ca2bf67 /PKGBUILD
parent10504861ff2b9d29f3a833f25b7d92139dadd2c4 (diff)
downloadaur-98da0f1581564f332fcab778c013377a2d3f9228.tar.gz
Fixed arch=() array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c8aac99d194..6b886a7e8f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="ROS : converts costmaps"
pkgname='ros-melodic-costmap-converter'
pkgver='0.0.12'
_pkgver_patch=0
-arch=('any')
-pkgrel=3
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=4
license=('BSD')
ros_makedepends=(ros-melodic-catkin)