summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2018-08-23 18:41:06 +0900
committerDDoSolitary2018-08-23 18:41:06 +0900
commit05fef84f4299c9e57279137e460fe9a99ed7071d (patch)
tree93bf86c56b0baa6a23071703d4d3185e3448f3a8
parentdd6cd9d9c3afa2361afe993aace123b1ccd439e8 (diff)
downloadaur-05fef84f4299c9e57279137e460fe9a99ed7071d.tar.gz
Remove dependency ruby-connection_pool.
Added in ruby-net-http-persistent.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c94956a855c..10826e104088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-travis
pkgdesc = CLI and Ruby client library for Travis CI
pkgver = 1.8.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/travis-ci/travis.rb
arch = any
license = MIT
@@ -17,7 +17,6 @@ pkgbase = ruby-travis
depends = ruby-pusher-client
depends = ruby-typhoeus>=0.6.8
depends = ruby-typhoeus<1.0.0
- depends = ruby-connection_pool
noextract = travis-1.8.9.gem
options = !emptydirs
source = https://rubygems.org/downloads/travis-1.8.9.gem
diff --git a/PKGBUILD b/PKGBUILD
index 3a12c6bc5b55..8765372c8129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=travis
pkgname=ruby-$_gemname
pkgver=1.8.9
-pkgrel=2
+pkgrel=3
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 ruby-faraday-middleware ruby-gh 'ruby-highline>=1.6.0' 'ruby-highline<2.0.0' ruby-launchy ruby-pusher-client 'ruby-typhoeus>=0.6.8' 'ruby-typhoeus<1.0.0' ruby-connection_pool)
+depends=(ruby ruby-backports ruby-faraday ruby-faraday-middleware ruby-gh 'ruby-highline>=1.6.0' 'ruby-highline<2.0.0' ruby-launchy ruby-pusher-client 'ruby-typhoeus>=0.6.8' 'ruby-typhoeus<1.0.0')
makedepends=('ruby-rdoc')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)