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

Maxime Gauduin alucryd at nymeria.archlinux.org
Sat Jan 11 12:42:01 UTC 2014


    Date: Saturday, January 11, 2014 @ 13:42:00
  Author: alucryd
Revision: 103775

ruby 2.1 todo: rubyripper 0.6.2-5

Modified:
  rubyripper/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-11 12:34:21 UTC (rev 103774)
+++ PKGBUILD	2014-01-11 12:42:00 UTC (rev 103775)
@@ -5,10 +5,10 @@
 
 pkgname=rubyripper
 pkgver=0.6.2
-pkgrel=4
-pkgdesc="Secure audiodisc ripper"
+pkgrel=5
+pkgdesc='Secure audiodisc ripper'
 arch=('any')
-url="http://code.google.com/p/rubyripper/"
+url='http://code.google.com/p/rubyripper/'
 license=('GPL3')
 depends=('cdparanoia' 'gtk2' 'hicolor-icon-theme' 'ruby-iconv')
 optdepends=('ruby-gtk2: GTK+ GUI'
@@ -22,7 +22,7 @@
             'vorbisgain: Ogg Vorbis ReplayGain support'
             'normalize: Normalization support'
             'cdrdao: Advanced TOC analysis')
-install=${pkgname}.install
+install="${pkgname}.install"
 source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('817a800ba9a8eca9a8130fad861913c8ebdc4ec3011135e216b41007fc989ebb')
 
@@ -29,7 +29,7 @@
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --enable-{cli,gtk2} --ruby=$(ruby -e 'v = RbConfig::CONFIG["vendorlibdir"] ; v["/usr"] = ""; puts v')
+  ./configure --prefix='/usr' --enable-{cli,gtk2} --ruby="$(ruby -e 'v = RbConfig::CONFIG["vendorlibdir"] ; v["/usr"] = ""; puts v')"
 }
 
 package() {




More information about the arch-commits mailing list