From 6b9674393c228ee8ae71b4102fbb0241af63c9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanma=20Hern=C3=A1ndez?= Date: Tue, 2 Feb 2021 13:47:36 +0100 Subject: [PATCH] 5.0.95-2 Open zotero:// links --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9951b3f3ef12..063810c3e9f7 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.95 - pkgrel = 1 + pkgrel = 2 url = http://www.zotero.org/download install = zotero.install arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = zotero depends = nss depends = libxt source = zotero.desktop - sha256sums = 2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228 + sha256sums = 3bc9fd9ce9db0912f9c51f8fbf4b755fd20a2ae7506f59c95f0fb3b274b8d6be source_x86_64 = Zotero-5.0.95_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.95 sha256sums_x86_64 = 9ba2a80a9f53ce1f0ac029889f970d7c753f44eff9f0fbdfa1f6514602852a9b diff --git a/PKGBUILD b/PKGBUILD index 20daf0d7e548..c4468b1a954a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ pkgname=zotero pkgver=5.0.95 -pkgrel=1 +pkgrel=2 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" license=('AGPL3') depends=('dbus-glib' 'gtk3' 'nss' 'libxt') -sha256sums=('2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228') +sha256sums=('3bc9fd9ce9db0912f9c51f8fbf4b755fd20a2ae7506f59c95f0fb3b274b8d6be') sha256sums_x86_64=('9ba2a80a9f53ce1f0ac029889f970d7c753f44eff9f0fbdfa1f6514602852a9b') install='zotero.install'