summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Reinert2016-05-15 22:10:43 +0200
committerJoakim Reinert2016-05-15 22:10:43 +0200
commit73c881d61af4a3d78639fb6296cf3a13a627043f (patch)
tree1cdba4a5bda34e55268c7e5102d42bf179195de5
parent2c41c3507aa96460892f3a3181fd1bc977c6484c (diff)
downloadaur-73c881d61af4a3d78639fb6296cf3a13a627043f.tar.gz
add xapian-core as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01d797f433ff..3a025046ca08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 15 12:46:04 UTC 2016
+# Sun May 15 20:10:34 UTC 2016
pkgbase = ruby-xapian
pkgdesc = Xapian bindings
pkgver = 1.2.18.2
@@ -8,6 +8,7 @@ pkgbase = ruby-xapian
arch = x86_64
license = GPL
depends = ruby
+ depends = xapian-core
noextract = xapian-1.2.18.2.gem
options = !emptydirs
source = https://rubygems.org/downloads/xapian-1.2.18.2.gem
diff --git a/PKGBUILD b/PKGBUILD
index ac6561d455d3..b2a3093e37c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Xapian bindings'
arch=(i686 x86_64)
url=''
license=(GPL)
-depends=(ruby)
+depends=(ruby xapian-core)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)