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 | e32390060de81e98c11da4bf7f49dc6f8971758c (patch) | |
tree | 00326b38801c1b8bb8208e9981fe35f13c20fa0d /social | |
parent | e7cbfe74681d679fdb7ef33a201dc1dc802d2390 (diff) |
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') |