summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2018-08-03 23:33:29 +0900
committerDDoSolitary2018-08-03 23:33:29 +0900
commita7fe5891e36412df6d410c8ff153fe82242beb66 (patch)
tree2728222629edf2406f22823cb940c366b07317e9
parent38b9913ae80eaeccfd31a640d205879d3d7a7b30 (diff)
downloadaur-a7fe5891e36412df6d410c8ff153fe82242beb66.tar.gz
Add ruby-connection_pool and put ruby-rdoc to makedepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c7bf5384c1..2b3f60fbf822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Wed Feb 7 13:28:23 UTC 2018
pkgbase = ruby-travis
pkgdesc = CLI and Ruby client library for Travis CI
pkgver = 1.8.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/travis-ci/travis.rb
arch = any
license = MIT
+ makedepends = ruby-rdoc
depends = ruby
depends = ruby-backports
depends = ruby-faraday>=0.9
@@ -16,7 +15,7 @@ pkgbase = ruby-travis
depends = ruby-launchy>=2.1
depends = ruby-pusher-client>=0.4.0
depends = ruby-typhoeus-0.6
- depends = ruby-rdoc
+ depends = ruby-connection_pool
noextract = travis-1.8.8.gem
options = !emptydirs
source = https://rubygems.org/downloads/travis-1.8.8.gem
diff --git a/PKGBUILD b/PKGBUILD
index 18a22aa20ea3..9682261c0b44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
_gemname=travis
pkgname=ruby-$_gemname
pkgver=1.8.8
-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>=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' 'ruby-rdoc')
+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' 'ruby-connection_pool')
+makedepends=('ruby-rdoc')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)