summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f1c0b7ea3df..1598a5e15e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Nov 25 10:18:37 UTC 2016
pkgbase = ruby-plist
pkgdesc = A library to manipulate Property List files
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://plist.rubyforge.org/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ec98b75c5e6f..4fa540b3a48f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former maintainer: Christopher Loen <christopherloen at gmail dot com>
pkgname='ruby-plist'
pkgver='3.2.0'
-pkgrel=1
+pkgrel=2
pkgdesc='A library to manipulate Property List files'
arch=('any')
url='http://plist.rubyforge.org/'
@@ -13,6 +13,7 @@ sha256sums=('0b3dd455bde18ba7b954ff2fea4eae733f3b38b71504e723255bccc6567a70a9')
package() {
+ cd "$srcdir"
local _gemdir="$(ruby -e'puts Gem.default_dir')"
gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "plist-${pkgver}.gem"
rm "${pkgdir}/${_gemdir}/cache/plist-${pkgver}.gem"