[arch-commits] Commit in ruby-introspection/trunk (PKGBUILD)

Tim Meusel bastelfreak at gemini.archlinux.org
Mon Jun 27 19:32:44 UTC 2022


    Date: Monday, June 27, 2022 @ 19:32:44
  Author: bastelfreak
Revision: 1239744

Add missing builddep

Modified:
  ruby-introspection/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 19:26:09 UTC (rev 1239743)
+++ PKGBUILD	2022-06-27 19:32:44 UTC (rev 1239744)
@@ -3,7 +3,7 @@
 _gemname=introspection
 pkgname="ruby-${_gemname}"
 pkgver=0.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic inspection of the hierarchy of method definitions on a Ruby object.'
 arch=('any')
 url="https://github.com/floehopper/${_gemname}"
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('ruby')
 checkdepends=('ruby-rake')
-makedepends=('ruby-minitest')
+makedepends=('ruby-minitest' 'ruby-metaclass')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
         'disable-bundler.patch'



More information about the arch-commits mailing list