summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-04-25 12:22:18 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-04-25 12:22:18 -0300
commit6bb91ff33ab7e35929e346854d8e5c558c4107cf (patch)
treeb0f49e2d4e3877db73e64f378e5e35f0d7bc4cb1
parent0f4dee0f15e56d85d9354b4d80e810b570e98e00 (diff)
ruby-mustache update to ruby2, removed transmission-remote-cli
...since it's in [community]
-rw-r--r--pcr/ruby-mustache/PKGBUILD (renamed from ~fauno/ruby-mustache/PKGBUILD)5
-rw-r--r--pcr/transmission-remote-cli/PKGBUILD (renamed from ~fauno/transmission-remote-cli/PKGBUILD)0
-rw-r--r--pcr/transmission-remote-cli/python2.patch (renamed from ~fauno/transmission-remote-cli/python2.patch)0
3 files changed, 3 insertions, 2 deletions
diff --git a/~fauno/ruby-mustache/PKGBUILD b/pcr/ruby-mustache/PKGBUILD
index 8c8d924c1..ddb5215d3 100644
--- a/~fauno/ruby-mustache/PKGBUILD
+++ b/pcr/ruby-mustache/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: David Campbell <davekong@archlinux.us>
pkgname=ruby-mustache
pkgver=0.99.4
-pkgrel=2
+pkgrel=3
pkgdesc="A framework-agnostic way to render logic-free views."
arch=('any')
url="http://github.com/defunkt/mustache"
license=(MIT)
-depends=('ruby')
+depends=('ruby>=2')
makedepends=('rubygems')
source=("http://gems.rubyforge.org/gems/mustache-${pkgver}.gem"
"https://raw.github.com/defunkt/mustache/master/LICENSE")
@@ -18,6 +18,7 @@ build() {
cd $srcdir
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
gem install \
+ --no-user-install \
--ignore-dependencies \
-i "$pkgdir$_gemdir" mustache-$pkgver.gem \
-n "$pkgdir/usr/bin"
diff --git a/~fauno/transmission-remote-cli/PKGBUILD b/pcr/transmission-remote-cli/PKGBUILD
index 5e3699bce..5e3699bce 100644
--- a/~fauno/transmission-remote-cli/PKGBUILD
+++ b/pcr/transmission-remote-cli/PKGBUILD
diff --git a/~fauno/transmission-remote-cli/python2.patch b/pcr/transmission-remote-cli/python2.patch
index 256b676f0..256b676f0 100644
--- a/~fauno/transmission-remote-cli/python2.patch
+++ b/pcr/transmission-remote-cli/python2.patch