diff options
author | root <root@rshg047.dnsready.net> | 2011-05-09 22:34:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-09 22:34:00 +0000 |
commit | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (patch) | |
tree | c05f121bc450e6f4528e13b4eef371f3b0d2bc0f /social/ruby-headers | |
parent | d2f2d3b5c845807249680c275031f94047f9e762 (diff) |
Mon May 9 22:34:00 UTC 2011
Diffstat (limited to 'social/ruby-headers')
-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 b7ef76edc..73b85c3c1 100644 --- a/social/ruby-headers/PKGBUILD +++ b/social/ruby-headers/PKGBUILD @@ -1,17 +1,17 @@ -# Maintainer: Hilton Medeiros <medeiros.hilton at gmail dot com> +# Maintainer: fauno <fauno@kiwwwi.com.ar> +# Contributor: Hilton Medeiros <medeiros.hilton at gmail dot com> pkgname=ruby-headers _pkgname=ruby -pkgver=1.9.2_p136 -_pkgver=1.9.2-p136 +pkgver=1.9.2_p180 +_pkgver=1.9.2-p180 pkgrel=1 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') depends=('ruby') -source=("http://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2") -md5sums=('52958d35d1b437f5d9d225690de94c13') +source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2") build() { /bin/true @@ -27,3 +27,4 @@ package() { install -m644 *.{h,inc} "$pkgdir$_hdrdir/$_pkgname-$_pkgver" install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } +md5sums=('68510eeb7511c403b91fe5476f250538') |