summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgni Texel2018-04-02 23:48:29 +0300
committerAgni Texel2018-04-02 23:48:29 +0300
commitd986606fdfb9b577a7826a3475f1592e892873c2 (patch)
treec0bee34c799a3449f5c90ff28f6f6d0d97281958
parent3cd0ab8835e2189fead052771c7a455d5741e39d (diff)
downloadaur-d986606fdfb9b577a7826a3475f1592e892873c2.tar.gz
Updated dependencies.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4592e16145ea..0b8f8e82c0dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = fontcustom
pkgdesc = A tool for building icon fonts from svg images
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FontCustom/fontcustom
arch = any
license = MIT
makedepends = rubygems
+ makedepends = ruby-rdoc
depends = ruby
depends = zlib
depends = fontforge
depends = sfnt2woff
- depends = woff2-git
- depends = ruby-json
+ depends = woff2
+ depends = ruby-json-1
depends = ruby-thor
depends = ruby-listen
noextract = fontcustom-2.0.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 4a64d04f17fa..09f27b265728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_gemname=fontcustom
pkgname=$_gemname
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
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-git' \
- 'ruby-json' 'ruby-thor' 'ruby-listen')
-makedepends=('rubygems')
+depends=('ruby' 'zlib' 'fontforge' 'sfnt2woff' 'woff2' \
+ 'ruby-json-1' 'ruby-thor' 'ruby-listen')
+makedepends=('rubygems' 'ruby-rdoc')
source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha256sums=('c6da0f8d0b789acb33ae39059fea321b2198b45828e9f9b61ecbc9db53b92be5')