summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d806ab5729ec..b2974a47e00a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-gettext
pkgdesc = Gettext is a pure Ruby libary and tools to localize messages.
pkgver = 3.2.4
- pkgrel = 1
+ pkgrel = 2
url = http://ruby-gettext.github.io/
arch = any
groups = pacgem
diff --git a/PKGBUILD b/PKGBUILD
index 5fad466f1401..e3e35f6b8ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _ruby="/usr/bin/ruby"
_gem="/usr/bin/gem"
pkgname="ruby-gettext"
pkgver=3.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Gettext is a pure Ruby libary and tools to localize messages."
arch=("any")
url="http://ruby-gettext.github.io/"
@@ -38,7 +38,7 @@ _gem_install() {
# Install the gem
install -d -m755 $_bindir $_gemdir
- $_gem install --no-ri --no-rdoc --ignore-dependencies --no-user-install \
+ $_gem install --no-document --ignore-dependencies --no-user-install \
--bindir $_bindir --install-dir $_gemdir "$srcdir/$_gemname-$pkgver.gem"
}