diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-08-02 01:45:49 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-08-02 01:45:49 -0300 |
commit | fdcdd76fbbd6f12a4e0efe62d98ba33669ceb493 (patch) | |
tree | 00326b38801c1b8bb8208e9981fe35f13c20fa0d /social | |
parent | 65bbaf3b9aad5509c836f792cd6ea6ef4d23a274 (diff) | |
download | abslibre-fdcdd76fbbd6f12a4e0efe62d98ba33669ceb493.tar.gz abslibre-fdcdd76fbbd6f12a4e0efe62d98ba33669ceb493.tar.bz2 abslibre-fdcdd76fbbd6f12a4e0efe62d98ba33669ceb493.zip |
social/ruby-headers-1.9.2_p290
Diffstat (limited to 'social')
-rw-r--r-- | social/ruby-headers/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD index 9deedb708..c89b7accd 100644 --- a/social/ruby-headers/PKGBUILD +++ b/social/ruby-headers/PKGBUILD @@ -3,15 +3,15 @@ pkgname=ruby-headers _pkgname=ruby -pkgver=1.9.2_p180 -_pkgver=1.9.2-p180 +pkgver=1.9.2_p290 +_pkgver=1.9.2-p290 pkgrel=2 pkgdesc="A package of all Ruby headers needed by some gems like ruby-debug." arch=('any') url="http://www.ruby-lang.org/en/" -license=('custom') +license=('GPL2' 'custom:Ruby') depends=("ruby=$pkgver") -source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2") +source=("http://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2") build() { /bin/true @@ -27,4 +27,5 @@ package() { install -m644 *.{h,inc} "$pkgdir$_hdrdir/$_pkgname-$_pkgver" install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } -md5sums=('68510eeb7511c403b91fe5476f250538') + +md5sums=('096758c3e853b839dc980b183227b182') |