5.0.18 Changed back xpdf optional dependency and java-enviroment dependency

This commit is contained in:
Juanma Hernández 2017-09-12 05:56:44 +02:00
parent 8db5fde56d
commit b10b765725
2 changed files with 9 additions and 12 deletions

View file

@ -1,6 +1,6 @@
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.17
pkgver = 5.0.18
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
@ -11,15 +11,13 @@ pkgbase = zotero
depends = gtk2
depends = gtk3
depends = nss
depends = java-environment
depends = libxt
optdepends = xpdf: PDF indexing
source = zotero.desktop
md5sums = f227abe95940abd63367716928c6e379
source_i686 = Zotero-5.0.17_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.17
md5sums_i686 = 28e77222d1e7c477f588560a17270586
source_x86_64 = Zotero-5.0.17_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.17
md5sums_x86_64 = 7829445a774122ca3a3a8131f09ce755
source_i686 = Zotero-5.0.18_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.18
md5sums_i686 = 079e3747d5db589abb1a931b19d1b3ef
source_x86_64 = Zotero-5.0.18_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.18
md5sums_x86_64 = 66c75a1430a597a4d046b549dc923f3d
pkgname = zotero

View file

@ -2,18 +2,17 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
pkgver=5.0.17
pkgver=5.0.18
pkgrel=1
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')
depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'libxt')
md5sums=('f227abe95940abd63367716928c6e379')
md5sums_i686=('28e77222d1e7c477f588560a17270586')
md5sums_x86_64=('7829445a774122ca3a3a8131f09ce755')
md5sums_i686=('079e3747d5db589abb1a931b19d1b3ef')
md5sums_x86_64=('66c75a1430a597a4d046b549dc923f3d')
install='zotero.install'