summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2020-05-08 12:21:26 +0800
committerDDoSolitary2020-05-08 12:21:26 +0800
commitd050815c5802ff81a47b6c73adfaadd41a2e2483 (patch)
tree04cdbd753151de56710823e20175ca9bb79c1c9d
parent99a75b3822a3c5a099f90ce01f56845af738a22c (diff)
downloadaur-d050815c5802ff81a47b6c73adfaadd41a2e2483.tar.gz
Add ruby-pry for console.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 420a018654f4..c2151691478f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-travis
pkgdesc = CLI and Ruby client library for Travis CI
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/travis-ci/travis.rb
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = ruby-travis
depends = ruby-launchy
depends = ruby-pusher-client
depends = ruby-typhoeus-0.6
+ depends = ruby-pry
noextract = travis-1.9.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/travis-1.9.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index f7606362d2ec..099be556e2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=travis
pkgname=ruby-$_gemname
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
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 ruby-json ruby-launchy ruby-pusher-client ruby-typhoeus-0.6)
+depends=(ruby ruby-backports ruby-faraday ruby-faraday-middleware ruby-gh ruby-highline ruby-json ruby-launchy ruby-pusher-client ruby-typhoeus-0.6 ruby-pry)
makedepends=('ruby-rdoc')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)