From 4019a2cd20566afecaf14b8d0a50043afdb801c2 Mon Sep 17 00:00:00 2001 From: juanmah Date: Tue, 30 Jun 2015 23:43:15 +0200 Subject: [PATCH] Update to 4.0.27 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0f2414b00a77..9b8bac4d9e00 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 = 4.0.26.3 + pkgver = 4.0.27 pkgrel = 1 url = http://www.zotero.org/download install = zotero.install @@ -12,9 +12,9 @@ pkgbase = zotero depends = gtk2 depends = gcc-libs depends = nss - source = http://download.zotero.org/standalone/4.0.26.3/Zotero-4.0.26.3_linux-i686.tar.bz2 + source = http://download.zotero.org/standalone/4.0.27/Zotero-4.0.27_linux-i686.tar.bz2 source = zotero.desktop - md5sums = ea0d2b7151e9b610651d3a8fe7c1f1bd + md5sums = 44d385a903b40625496600f22ac6e920 md5sums = f227abe95940abd63367716928c6e379 pkgname = zotero diff --git a/PKGBUILD b/PKGBUILD index bc63df0d27cd..ffeaccac6c66 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Juanma Hernandez pkgname=zotero -pkgver=4.0.26.3 +pkgver=4.0.27 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') @@ -12,11 +12,11 @@ depends=('dbus-glib' 'alsa-lib' 'gtk2' 'gcc-libs' 'nss') if [[ $CARCH == "x86_64" ]] then _arch=x86_64 - md5sums=('d46e52c7c4952aa97b2f27cebb462247' + md5sums=('0888be82c7fb690e0965135742b3d7f9' 'f227abe95940abd63367716928c6e379') else _arch=i686 - md5sums=('ea0d2b7151e9b610651d3a8fe7c1f1bd' + md5sums=('44d385a903b40625496600f22ac6e920' 'f227abe95940abd63367716928c6e379') fi install='zotero.install'