From 2331fe4a7c3623f5e1c01747aaab56f0cc192431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanma=20Hern=C3=A1ndez?= Date: Tue, 25 Jul 2017 06:32:58 +0200 Subject: [PATCH] 5.0.7 --- .SRCINFO | 12 ++++++------ PKGBUILD | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d39afd7bd855..da4071399ac1 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.6 - pkgrel = 2 + pkgver = 5.0.7 + pkgrel = 1 url = http://www.zotero.org/download install = zotero.install arch = i686 @@ -14,10 +14,10 @@ pkgbase = zotero depends = nss source = zotero.desktop md5sums = f227abe95940abd63367716928c6e379 - source_i686 = Zotero-5.0.6_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.6 - md5sums_i686 = cd39be7bb716a2d9b5c5948208ef5f4e - source_x86_64 = Zotero-5.0.6_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.6 - md5sums_x86_64 = 65a5d6cf1f6573b1843c089ddfe45a18 + source_i686 = Zotero-5.0.7_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.7 + md5sums_i686 = 2998e5d1d3c473618139a5d12174890c + source_x86_64 = Zotero-5.0.7_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.7 + md5sums_x86_64 = 4e6ec6ddf615850dc7bcc786988c5891 pkgname = zotero diff --git a/PKGBUILD b/PKGBUILD index 387260bd879e..3b4a842aaa8d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Juanma Hernandez pkgname=zotero -pkgver=5.0.6 -pkgrel=2 +pkgver=5.0.7 +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" @@ -11,8 +11,8 @@ license=('GPL3') depends=('dbus-glib' 'alsa-lib' 'gtk2' 'gcc-libs' 'nss') md5sums=('f227abe95940abd63367716928c6e379') -md5sums_i686=('cd39be7bb716a2d9b5c5948208ef5f4e') -md5sums_x86_64=('65a5d6cf1f6573b1843c089ddfe45a18') +md5sums_i686=('2998e5d1d3c473618139a5d12174890c') +md5sums_x86_64=('4e6ec6ddf615850dc7bcc786988c5891') install='zotero.install'