summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgni Texel2018-04-02 23:55:27 +0300
committerAgni Texel2018-04-02 23:55:27 +0300
commitf6a6cf8d789c308f566c01e28f94258171f46eaa (patch)
tree4374949138632a13c7fc8ebc4ab121c593ebdc26
parentd986606fdfb9b577a7826a3475f1592e892873c2 (diff)
downloadaur-f6a6cf8d789c308f566c01e28f94258171f46eaa.tar.gz
Added the missing ruby_dep dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b8f8e82c0dc..340fa5be580f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fontcustom
pkgdesc = A tool for building icon fonts from svg images
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/FontCustom/fontcustom
arch = any
license = MIT
@@ -15,6 +15,7 @@ pkgbase = fontcustom
depends = ruby-json-1
depends = ruby-thor
depends = ruby-listen
+ depends = ruby-ruby_dep
noextract = fontcustom-2.0.0.gem
source = http://gems.rubyforge.org/gems/fontcustom-2.0.0.gem
sha256sums = c6da0f8d0b789acb33ae39059fea321b2198b45828e9f9b61ecbc9db53b92be5
diff --git a/PKGBUILD b/PKGBUILD
index 09f27b265728..2723b2d95697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_gemname=fontcustom
pkgname=$_gemname
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A tool for building icon fonts from svg images"
arch=('any')
url="https://github.com/FontCustom/fontcustom"
license=('MIT')
depends=('ruby' 'zlib' 'fontforge' 'sfnt2woff' 'woff2' \
- 'ruby-json-1' 'ruby-thor' 'ruby-listen')
+ 'ruby-json-1' 'ruby-thor' 'ruby-listen' 'ruby-ruby_dep')
makedepends=('rubygems' 'ruby-rdoc')
source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)