From 8db5fde56d67d6d225fdad58771815b33ba1f862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanma=20Hern=C3=A1ndez?= Date: Tue, 22 Aug 2017 18:26:08 +0200 Subject: [PATCH] 5.0.17 --- .SRCINFO | 12 ++++++------ PKGBUILD | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 910297ff9235..3e18874d6a86 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 = 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 diff --git a/PKGBUILD b/PKGBUILD index 674f811624eb..cecba863ad0d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Juanma Hernandez 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'