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

Anatol Pomozov anatolik at archlinux.org
Tue Aug 16 05:40:43 UTC 2016


    Date: Tuesday, August 16, 2016 @ 05:40:43
  Author: anatolik
Revision: 186838

FS#50406 add missing ruby-gio2 dependency

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-16 05:04:44 UTC (rev 186837)
+++ PKGBUILD	2016-08-16 05:40:43 UTC (rev 186838)
@@ -4,12 +4,12 @@
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
 pkgver=3.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver gdk-pixbuf2)
+depends=(ruby ruby-glib2=$pkgver ruby-gio2=$pkgver gdk-pixbuf2)
 replaces=(ruby-gdkpixbuf2)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)



More information about the arch-commits mailing list