diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-23 02:31:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-23 02:31:09 -0300 |
commit | c8dae906cde38a6fe29988b8e6ca316ce528bbed (patch) | |
tree | 8158c16cd0345a01f9a35b86bfe9c1948b6634ec /social | |
parent | c4f41ed75abd10bee14b5cdfb656ba6df1f25839 (diff) |
social/ruby-headers-1.9.2_p180-2
Diffstat (limited to 'social')
-rw-r--r-- | social/ruby-headers/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD index 73b85c3c1..9deedb708 100644 --- a/social/ruby-headers/PKGBUILD +++ b/social/ruby-headers/PKGBUILD @@ -5,12 +5,12 @@ pkgname=ruby-headers _pkgname=ruby pkgver=1.9.2_p180 _pkgver=1.9.2-p180 -pkgrel=1 +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') -depends=('ruby') +depends=("ruby=$pkgver") source=("ftp://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2") build() { |