summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76c3032c947d..b7dc2a51909e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ruby-koala
license = MIT
depends = ruby
depends = ruby-faraday
+ depends = ruby-addressable
noextract = $_gemname-$pkgver.gem
options = !emptydirs
source = https://rubygems.org/downloads/koala-3.0.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 90dc3c2470ea..4c950da10522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A lightweight Facebook library supporting the Graph, Marketing, and Atl
arch=('any')
url='https://github.com/arsduo/koala'
license=('MIT')
-depends=('ruby' 'ruby-faraday')
+depends=('ruby' 'ruby-faraday' 'ruby-addressable')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=('$_gemname-$pkgver.gem')