This commit is contained in:
Juanma Hernández 2017-08-22 18:26:08 +02:00
parent 1edb226b6f
commit 8db5fde56d
2 changed files with 10 additions and 10 deletions

View file

@ -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 = 3
pkgver = 5.0.17
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
arch = i686
@ -16,10 +16,10 @@ pkgbase = zotero
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
md5sums_i686 = 2a12233e693021d3b672395df6c4ca27
source_x86_64 = 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
md5sums_x86_64 = 1c52cdcc4bbc892a46b950af1fb9d491
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
pkgname = zotero

View file

@ -2,8 +2,8 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
pkgver=5.0.16
pkgrel=3
pkgver=5.0.17
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"
@ -12,8 +12,8 @@ depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'java-environment' 'libxt')
optdepends=('xpdf: PDF indexing')
md5sums=('f227abe95940abd63367716928c6e379')
md5sums_i686=('2a12233e693021d3b672395df6c4ca27')
md5sums_x86_64=('1c52cdcc4bbc892a46b950af1fb9d491')
md5sums_i686=('28e77222d1e7c477f588560a17270586')
md5sums_x86_64=('7829445a774122ca3a3a8131f09ce755')
install='zotero.install'