summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2974a47e00a..cff0c7c921f1 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 = 2
+ pkgver = 3.2.9
+ pkgrel = 1
url = http://ruby-gettext.github.io/
arch = any
groups = pacgem
@@ -18,10 +18,10 @@ pkgbase = ruby-gettext
optdepends = ruby-test-unit: test-unit - Improved version of Test::Unit bundled in Ruby 1.8.x.
optdepends = ruby-test-unit-notify: Test::Unit::Notify - A test result notify extension for Test::Unit.
optdepends = ruby-test-unit-rr: test-unit-rr is a RR adapter for test-unit.
- noextract = gettext-3.2.4.gem
+ noextract = gettext-3.2.9.gem
options = !emptydirs
- source = http://rubygems.org/gems/gettext-3.2.4.gem
- md5sums = 9d7be52288b6a7235b854fe02305c0c6
+ source = http://rubygems.org/gems/gettext-3.2.9.gem
+ md5sums = 09a755cd03ab617835e20a2e910581f4
pkgname = ruby-gettext
diff --git a/PKGBUILD b/PKGBUILD
index e3e35f6b8ec7..1c08964e3c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
-# Generated by pacgem
+
_gemname="gettext"
_gembuilder=("install"
"man"
@@ -7,9 +7,10 @@ _gembuilder=("install"
"fix")
_ruby="/usr/bin/ruby"
_gem="/usr/bin/gem"
+
pkgname="ruby-gettext"
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.2.9
+pkgrel=1
pkgdesc="Gettext is a pure Ruby libary and tools to localize messages."
arch=("any")
url="http://ruby-gettext.github.io/"
@@ -153,4 +154,4 @@ package() {
_gem_$i
done
}
-md5sums=('9d7be52288b6a7235b854fe02305c0c6')
+md5sums=('09a755cd03ab617835e20a2e910581f4')