summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-01-15 23:29:07 +0200
committergardenapple2021-01-15 23:29:07 +0200
commitdb3365759061ed6e175e91e70c948c53d31527ff (patch)
tree979423582f800ea7005a4fcc9c23f3aa711e452b
parenta62ba1add68bd69e7edd06054161ebeb34ce32fb (diff)
downloadaur-db3365759061ed6e175e91e70c948c53d31527ff.tar.gz
Add ruby-rake-12 as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c0156e6ad5a..18cbca7e42c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = neocities-cli
arch = any
license = MIT
depends = ruby
+ depends = ruby-rake-12
depends = ruby-httpclient
depends = ruby-pastel-0.7.2
depends = ruby-tty-table-0.10
diff --git a/PKGBUILD b/PKGBUILD
index 59311f1c2fa5..201b084afb1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='(Official) neocities.org CLI and API client'
arch=('any')
url='https://neocities.org/cli'
license=('MIT')
-depends=('ruby' 'ruby-httpclient' 'ruby-pastel-0.7.2' 'ruby-tty-table-0.10' 'ruby-tty-prompt-0.12')
+depends=('ruby' 'ruby-rake-12' 'ruby-httpclient' 'ruby-pastel-0.7.2' 'ruby-tty-table-0.10' 'ruby-tty-prompt-0.12')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)