diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-14 07:23:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-14 07:23:11 +0000 |
commit | ecb760c98497636b8aea21cf04516e57e496ac47 (patch) | |
tree | 0cd8973a83c8abe76d7fb91d938ad147f63d9c83 /testing/ruby-file-tail | |
parent | 90df08d90534f95b5aad29cfdbb6d48d39c15b33 (diff) | |
download | aports-ecb760c98497636b8aea21cf04516e57e496ac47.tar.bz2 aports-ecb760c98497636b8aea21cf04516e57e496ac47.tar.xz |
testing/ruby-file-tail: remove ruby-gems dep
Diffstat (limited to 'testing/ruby-file-tail')
-rw-r--r-- | testing/ruby-file-tail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-file-tail/APKBUILD b/testing/ruby-file-tail/APKBUILD index d27b3e7d4e..3505eb53ec 100644 --- a/testing/ruby-file-tail/APKBUILD +++ b/testing/ruby-file-tail/APKBUILD @@ -3,14 +3,14 @@ _gemname=file-tail pkgname=ruby-$_gemname pkgver=1.0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Small library that allows Ruby to tail files." url="http://flori.github.com/file-tail/" arch="noarch" license="GPL2" depends="ruby ruby-tins" depends_dev="" -makedepends="ruby-dev ruby-gems" +makedepends="ruby-dev" install="" subpackages="" source="http://rubygems.org/downloads/$_gemname-$pkgver.gem" |