From 1edb226b6f1c561b8994aec84a76410ebd536747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanma=20Hern=C3=A1ndez?= Date: Mon, 21 Aug 2017 20:36:01 +0200 Subject: [PATCH] Optional xpdf dependency added --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4dd7fe09cd25..910297ff9235 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = zotero pkgdesc = Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. pkgver = 5.0.16 - pkgrel = 2 + pkgrel = 3 url = http://www.zotero.org/download install = zotero.install arch = i686 @@ -13,6 +13,7 @@ pkgbase = zotero depends = nss depends = java-environment depends = libxt + optdepends = xpdf: PDF indexing source = zotero.desktop md5sums = f227abe95940abd63367716928c6e379 source_i686 = Zotero-5.0.16_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.16 diff --git a/PKGBUILD b/PKGBUILD index 0431958d24fb..674f811624eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,13 @@ pkgname=zotero pkgver=5.0.16 -pkgrel=2 +pkgrel=3 pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources." arch=('i686' 'x86_64') url="http://www.zotero.org/download" license=('GPL3') depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'java-environment' 'libxt') +optdepends=('xpdf: PDF indexing') md5sums=('f227abe95940abd63367716928c6e379') md5sums_i686=('2a12233e693021d3b672395df6c4ca27')