[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Jan 22 19:07:53 UTC 2017
Date: Sunday, January 22, 2017 @ 19:07:53
Author: bgyorgy
Revision: 208431
upgpkg: ruby-gobject-introspection 3.1.0-3
Move gobject-introspection to makedepends (FS#50770)
Modified:
ruby-gobject-introspection/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-22 19:06:00 UTC (rev 208430)
+++ PKGBUILD 2017-01-22 19:07:53 UTC (rev 208431)
@@ -3,12 +3,13 @@
_gemname=gobject-introspection
pkgname=ruby-$_gemname
pkgver=3.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
arch=(i686 x86_64)
url='http://ruby-gnome2.sourceforge.jp/'
license=(LGPL2.1)
-depends=(ruby gobject-introspection ruby-glib2=$pkgver)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
More information about the arch-commits
mailing list