summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e16183c5fea..02ff3f3c0b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 12:34:19 UTC 2016
+# Sat Sep 17 13:22:37 UTC 2016
pkgbase = ruby-unf
pkgdesc = This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
pkgver = 0.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/knu/ruby-unf
arch = any
license = 2-clause BSDL
makedepends = rubygems
depends = ruby
+ depends = ruby-unf_ext
noextract = unf-0.1.4.gem
options = !emptydirs
source = https://rubygems.org/downloads/unf-0.1.4.gem
diff --git a/PKGBUILD b/PKGBUILD
index e795ab37cd09..066d1d80beb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_gemname=unf
pkgname=ruby-$_gemname
pkgver=0.1.4
-pkgrel=2
+pkgrel=3
pkgdesc='This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.'
arch=('any')
url='https://github.com/knu/ruby-unf'
license=('2-clause BSDL')
options=(!emptydirs)
noextract=($_gemname-$pkgver.gem)
-depends=('ruby')
+depends=('ruby' 'ruby-unf_ext')
makedepends=('rubygems')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
sha256sums=('4999517a531f2a955750f8831941891f6158498ec9b6cb1c81ce89388e63022e')