summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2017-03-22 21:24:53 +0100
committerCarsten Feuls2017-03-22 21:24:53 +0100
commit5c0c047325e78817aaf454e125cf613a1c3a792b (patch)
tree892b49d4bdc62098346610f5701facfbc95e6ec8
parentb9d4daf4dbf5a97b902437657a3490a725c8cc2a (diff)
downloadaur-5c0c047325e78817aaf454e125cf613a1c3a792b.tar.gz
Fix Dependency
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5552adf01f43..7746b05e2095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 18 21:24:21 UTC 2017
+# Wed Mar 22 20:24:37 UTC 2017
pkgbase = ruby-travis
pkgdesc = CLI and Ruby client library for Travis CI
pkgver = 1.8.8
@@ -9,12 +9,12 @@ pkgbase = ruby-travis
license = MIT
depends = ruby
depends = ruby-backports
- depends = ruby-faraday>=0.9
- depends = ruby-faraday_middleware>=0.9.1
- depends = ruby-gh>=0.13
- depends = ruby-highline>=1.6
- depends = ruby-launchy>=2.1
- depends = ruby-pusher-client>=0.4.0
+ depends = ruby-faraday
+ depends = ruby-faraday_middleware
+ depends = ruby-gh
+ depends = ruby-highline
+ depends = ruby-launchy
+ depends = ruby-pusher-client
depends = ruby-typhoeus-0.6
noextract = travis-1.8.8.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index a3ca8f1a3a16..601e88e030ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='CLI and Ruby client library for Travis CI'
arch=(any)
url='https://github.com/travis-ci/travis.rb'
license=(MIT)
-depends=('ruby' 'ruby-backports' 'ruby-faraday>=0.9' 'ruby-faraday_middleware>=0.9.1' 'ruby-gh>=0.13' 'ruby-highline>=1.6' 'ruby-launchy>=2.1' 'ruby-pusher-client>=0.4.0' 'ruby-typhoeus-0.6')
+depends=('ruby' 'ruby-backports' 'ruby-faraday' 'ruby-faraday_middleware' 'ruby-gh' 'ruby-highline' 'ruby-launchy' 'ruby-pusher-client' 'ruby-typhoeus-0.6')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)