summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Hernández2022-03-25 06:34:21 +0100
committerJuanma Hernández2022-03-25 06:34:21 +0100
commite066e9d337b363c12fd96022318eec49ad2f10f1 (patch)
treee617b1640452f538b21c06f38000a3a4207efa31
parenta65e9c47f35ce8beca81ae297115b79c5a8fc197 (diff)
downloadaur-e066e9d337b363c12fd96022318eec49ad2f10f1.tar.gz
6.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664ef7f2cdae..174fa5ddfbd8 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 = 6.0.2
+ pkgver = 6.0.3
pkgrel = 1
url = https://www.zotero.org/download
install = zotero.install
@@ -12,7 +12,7 @@ pkgbase = zotero
depends = libxt
source = zotero.desktop
sha256sums = eab76db7a56a4d9aaa17baaf240b82fcf57944a4ddf8ef1b58cc64182426cedc
- source_x86_64 = Zotero-6.0.2_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.2
- sha256sums_x86_64 = 8c7f8494290017e768354834e158e9aba634fbecc733230b5c1c0295f8101913
+ source_x86_64 = Zotero-6.0.3_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.3
+ sha256sums_x86_64 = dfe3441e9b3288a7fe80fc86dbe9ca1464e0db0e6a91c89c3297cb073cf7b924
pkgname = zotero
diff --git a/PKGBUILD b/PKGBUILD
index 5ab057c411cc..e2ad4ab7b429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
-pkgver=6.0.2
+pkgver=6.0.3
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')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
sha256sums=('eab76db7a56a4d9aaa17baaf240b82fcf57944a4ddf8ef1b58cc64182426cedc')
-sha256sums_x86_64=('8c7f8494290017e768354834e158e9aba634fbecc733230b5c1c0295f8101913')
+sha256sums_x86_64=('dfe3441e9b3288a7fe80fc86dbe9ca1464e0db0e6a91c89c3297cb073cf7b924')
install='zotero.install'