From 191657d3c3f7880f5279c35c9d85c030893eac0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanma=20Hern=C3=A1ndez?= Date: Sat, 10 Oct 2020 09:46:41 +0200 Subject: [PATCH] 5.0.91 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0206e10a7325..9f5b06000964 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.89 - pkgrel = 2 + pkgver = 5.0.91 + pkgrel = 1 url = http://www.zotero.org/download install = zotero.install arch = x86_64 @@ -12,8 +12,8 @@ pkgbase = zotero depends = libxt source = zotero.desktop sha256sums = 2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228 - source_x86_64 = Zotero-5.0.89_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.89 - sha256sums_x86_64 = 74e1dbe47a3804bccfccdfd1f3d3fb92912c4f0bd30a776676c2a5eeacc5e4a2 + source_x86_64 = Zotero-5.0.91_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.91 + sha256sums_x86_64 = 429afb0ef9e8cfa17a89424fd38f7a43841b697709bfc4e647beba62e7943b65 pkgname = zotero diff --git a/PKGBUILD b/PKGBUILD index 31241b6b0830..eceeaa2b0ecb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Juanma Hernandez pkgname=zotero -pkgver=5.0.89 -pkgrel=2 +pkgver=5.0.91 +pkgrel=1 pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources." arch=('x86_64') url="http://www.zotero.org/download" @@ -11,7 +11,7 @@ license=('GPL3') depends=('dbus-glib' 'gtk3' 'nss' 'libxt') sha256sums=('2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228') -sha256sums_x86_64=('74e1dbe47a3804bccfccdfd1f3d3fb92912c4f0bd30a776676c2a5eeacc5e4a2') +sha256sums_x86_64=('429afb0ef9e8cfa17a89424fd38f7a43841b697709bfc4e647beba62e7943b65') install='zotero.install'