From 5427f30bcf85f99f61139eca91dc8253441ee17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanma=20Hern=C3=A1ndez?= Date: Fri, 16 Oct 2020 04:44:12 +0200 Subject: [PATCH] 5.0.92. Updated licence to AGPL3 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9f5b06000964..46926cb43f8f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,19 +1,19 @@ 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.91 + pkgver = 5.0.92 pkgrel = 1 url = http://www.zotero.org/download install = zotero.install arch = x86_64 - license = GPL3 + license = AGPL3 depends = dbus-glib depends = gtk3 depends = nss depends = libxt source = zotero.desktop sha256sums = 2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228 - 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 + source_x86_64 = Zotero-5.0.92_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.92 + sha256sums_x86_64 = 1f8fcdc07f245c3d3249307a25c3a17bf3d328ad627fe15ede8d81c3023e7522 pkgname = zotero diff --git a/PKGBUILD b/PKGBUILD index eceeaa2b0ecb..20f7962e6374 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,16 @@ # Maintainer: Juanma Hernandez pkgname=zotero -pkgver=5.0.91 +pkgver=5.0.92 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" -license=('GPL3') +license=('AGPL3') depends=('dbus-glib' 'gtk3' 'nss' 'libxt') sha256sums=('2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228') -sha256sums_x86_64=('429afb0ef9e8cfa17a89424fd38f7a43841b697709bfc4e647beba62e7943b65') +sha256sums_x86_64=('1f8fcdc07f245c3d3249307a25c3a17bf3d328ad627fe15ede8d81c3023e7522') install='zotero.install'