summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242021-08-13 16:19:06 +0200
committerbionade242021-08-13 16:19:06 +0200
commit3684eaccdd51c2087832a715b88dcacb93e71655 (patch)
tree00c493c218400c18e233e84af6ca16493d63cae7 /PKGBUILD
parentcc48c71a18d84feac6c6c555418de1c84b5fc179 (diff)
downloadaur-ignition-cmake-0.tar.gz
Change dep from ruby-ronn to ruby-ronn-ng
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8870074d4e23..9f099f0d5e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=ignition-cmake-0
pkgver=0.6.1
-pkgrel=7
+pkgrel=8
pkgdesc="Provides modules that are used to find dependencies of ignition projects and generate cmake targets for consumers of ignition projects to link against."
arch=('any')
url="https://ignitionrobotics.org/libs/cmake"
license=('Apache')
groups=('development')
-depends=('cmake' 'pkg-config' 'ruby-ronn' 'doxygen')
+depends=('cmake' 'pkg-config' 'ruby-ronn-ng' 'doxygen')
optdepends=()
provides=('ignition-cmake=0')
source=("https://github.com/ignitionrobotics/ign-cmake/archive/ignition-cmake_${pkgver}.tar.gz")