summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Hernández2022-03-22 15:27:25 +0100
committerJuanma Hernández2022-03-22 15:27:25 +0100
commitcb88eefec3b55396b04b3837648a7615c167327c (patch)
treebabf4105775d57d5da51e9d65babba73b705f7e1
parent62533eab8458152872582c00cd91869b06343fb8 (diff)
downloadaur-cb88eefec3b55396b04b3837648a7615c167327c.tar.gz
6.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce882645338f..9d646ecd9ec7 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
+ pkgver = 6.0.1
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_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0
- sha256sums_x86_64 = ce3d0c22a72d43af9e56a59575e845f887be8793a1e88cb65fdb48465dad6f7e
+ source_x86_64 = Zotero-6.0.1_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=6.0.1
+ sha256sums_x86_64 = c4f1eb419834d2130f54ea95fca4486050f49efd1b5fadea28b18bad7a801950
pkgname = zotero
diff --git a/PKGBUILD b/PKGBUILD
index 288caef25a2a..879206680cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
-pkgver=6.0
+pkgver=6.0.1
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=('ce3d0c22a72d43af9e56a59575e845f887be8793a1e88cb65fdb48465dad6f7e')
+sha256sums_x86_64=('c4f1eb419834d2130f54ea95fca4486050f49efd1b5fadea28b18bad7a801950')
install='zotero.install'