summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtěch Aschenbrenner2015-07-17 19:14:37 +0200
committerVojtěch Aschenbrenner2015-07-17 19:14:37 +0200
commitdf36e28edabe7a37729f736262e96f0893367e13 (patch)
tree590ed704299263ca1abba9ed241ef5c63918b285
parent47b29c77f8f39f62131d5104274878d43b505c6d (diff)
downloadaur-df36e28edabe7a37729f736262e96f0893367e13.tar.gz
Add xapian-core to dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97dc07795fc6..c9d7c1b2f926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ruby-xapian-ruby
arch = i686
arch = x86_64
depends = ruby
+ depends = xapian-core
noextract = xapian-ruby-1.2.21.gem
options = !emptydirs
source = https://rubygems.org/downloads/xapian-ruby-1.2.21.gem
diff --git a/PKGBUILD b/PKGBUILD
index 11c623fce534..4ac24daa6cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='xapian libraries and ruby bindings'
arch=(i686 x86_64)
url='https://github.com/garaio/xapian-ruby'
license=()
-depends=(ruby)
+depends=('ruby' 'xapian-core')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)