summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Korpel2015-07-08 23:00:43 +0200
committerMarcel Korpel2015-07-08 23:00:43 +0200
commit29130085f89948fd8614a7cb8fbe471263fc05b4 (patch)
treea359c8e107912e614e2e79d9a600cb232c0f22aa /PKGBUILD
parent1a441590db3628a553a00f93c70d00522fa13e1b (diff)
downloadaur-29130085f89948fd8614a7cb8fbe471263fc05b4.tar.gz
RubyGems is now included in the ruby package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b07765368e..75c401fb461b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,11 @@ _gemname=commander
pkgname=ruby-$_gemname-4.2.1
pkgver=4.2.1
pkgrel=1
-pkgdesc="The complete solution for Ruby command-line executables"
+pkgdesc="The complete solution for Ruby command-line executables, version 4.2.1"
arch=('any')
url="https://rubygems.org/gems/commander"
license=('MIT')
depends=('ruby' 'ruby-highline>1.6.11')
-makedepends=('rubygems')
options=(!emptydirs)
source=("http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"
"https://raw.githubusercontent.com/commander-rb/commander/master/LICENSE")