summaryrefslogtreecommitdiff
path: root/social/ruby-headers/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-05-09 16:48:17 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-05-09 16:48:17 -0300
commitdccab1509d2289e66edf699d1f90d127648fdeeb (patch)
tree043678f9989eb4a944a357af0d719df207c84a43 /social/ruby-headers/PKGBUILD
parent7d2ceb5a1933d35b6a8bbd556f77854d13d0de37 (diff)
[social] updates
Diffstat (limited to 'social/ruby-headers/PKGBUILD')
-rw-r--r--social/ruby-headers/PKGBUILD11
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')