diff options
-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 |