summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e3cdf6adef0..3c23f336c913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,15 @@
_gemname=xcpretty-travis-formatter
pkgname=ruby-$_gemname
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='xcpretty custom formatter for TravisCI'
arch=(any)
url='https://github.com/kattrali/xcpretty-travis-formatter'
license=(MIT)
-depends=(ruby ruby-xcpretty)
+depends=(
+ ruby
+ 'ruby-xcpretty>=0.2' 'ruby-xcpretty<1'
+)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)