summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-08 18:41:59 +0300
committerDimitris Kiziridis2020-04-08 18:41:59 +0300
commit23d8d0d24c17385d28388a59cd74031fc94680bc (patch)
tree6cc9e9d0e935edbd08bdb4abb65bc5c62ee93439
parent9a5ec5b2537f02b9d6df17e9f1eed0eae2aad01a (diff)
downloadaur-23d8d0d24c17385d28388a59cd74031fc94680bc.tar.gz
Initial commit
-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')