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

Anatol Pomozov anatolik at archlinux.org
Sat Feb 28 06:47:28 UTC 2015


    Date: Saturday, February 28, 2015 @ 07:47:27
  Author: anatolik
Revision: 232096

Remove uneeded bash quotes

Modified:
  ruby/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-27 17:34:41 UTC (rev 232095)
+++ PKGBUILD	2015-02-28 06:47:27 UTC (rev 232096)
@@ -3,17 +3,17 @@
 # Contributor: John Proctor <jproctor at prium.net>
 # Contributor: Jeramy Rutley <jrutley at gmail.com>
 
-pkgname=('ruby' 'ruby-docs')
+pkgname=(ruby ruby-docs)
 pkgver=2.2.0
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 'ttf-dejavu' 'tk')
-options=('!emptydirs' 'staticlibs')
-source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
-        'gemrc')
-sha1sums=('e54ae7ca6dc2da7d1edf0cc4f147beacfcbc7464'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+        gemrc)
+sha1sums=('31bbdb17237863bd26b3aa32c613fe42c95ccd60'
           'de4b760b7e2cd9af88ca67536ce37b950f1ee514')
 
 build() {
@@ -40,15 +40,15 @@
 
 package_ruby() {
   pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('gdbm' 'openssl' 'libffi' 'libyaml' 'gmp' 'zlib')
+  depends=(gdbm openssl libffi libyaml gmp zlib)
   optdepends=(
       'ruby-docs: Ruby documentation'
       'tk: for Ruby/TK'
   )
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
+  provides=(rubygems rake)
+  conflicts=(rake)
+  backup=(etc/gemrc)
+  install=ruby.install
 
   cd ruby-${pkgver}
 



More information about the arch-commits mailing list