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

Andrea Scarpino andrea at archlinux.org
Tue May 31 21:19:50 UTC 2011


    Date: Tuesday, May 31, 2011 @ 17:19:50
  Author: andrea
Revision: 125918

pkgrel bumped to apply changes in trunk

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-31 20:22:36 UTC (rev 125917)
+++ PKGBUILD	2011-05-31 21:19:50 UTC (rev 125918)
@@ -7,15 +7,14 @@
 pkgbase=ruby
 pkgname=('ruby' 'ruby-docs')
 pkgver=1.9.2_p180
-pkgrel=1
+pkgrel=2
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=('i686' 'x86_64')
 url="http://www.ruby-lang.org/en/"
 license=('custom')
-makedepends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'tk' 'libffi' 'doxygen'
-        'graphviz')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz')
 options=('!emptydirs')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgbase}-${pkgver//_/-}.tar.bz2")
+source=("ftp://ftp.ruby-lang.org/pub/${pkgbase}/1.9/${pkgbase}-${pkgver//_/-}.tar.bz2")
 md5sums=('68510eeb7511c403b91fe5476f250538')
 sha1sums=('10824b44c8060c7b9b5afc0b3519a1e9f02f7fe5')
 
@@ -30,7 +29,7 @@
 }
 
 package_ruby() {
-  depends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'libffi')
+  depends=('openssl' 'libffi')
   provides=('rubygems' 'rake')
   conflicts=('rake')
   optdepends=('tk: for Ruby/TK')
@@ -46,5 +45,5 @@
 
   cd "${srcdir}/${pkgbase}-${pkgver//_/-}"
   make -j1 DESTDIR="${pkgdir}" install-doc install-capi
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list