summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 311145217fad..07c877a85e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zotero-beta
pkgdesc = Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.
- pkgver = 6.0.19beta.3+89bc09469
+ pkgver = 6.0.27beta.3+3e12f3f20
pkgrel = 1
url = https://www.zotero.org/support/dev_builds
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = zotero-beta
source = zotero-disable-update.patch
sha256sums = 7b23d5238430701c1f5cc6f81dfd9b9f67cc643d506e42aa0e62aba5a58191fa
sha256sums = 94211568bbd206d10f1c1e0a2565905fcd27c8586835b7aef6458e657caa8213
- source_x86_64 = Zotero-6.0.19-beta.3+89bc09469_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/6.0.19-beta.3%2B89bc09469/Zotero-6.0.19-beta.3%2B89bc09469_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 146d20347447c83db84edb5492211717aaf8da5643a8d014232091ab64f65855
- source_i686 = Zotero-6.0.19-beta.3+89bc09469_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/6.0.19-beta.3%2B89bc09469/Zotero-6.0.19-beta.3%2B89bc09469_linux-x86_64.tar.bz2
- sha256sums_i686 = 146d20347447c83db84edb5492211717aaf8da5643a8d014232091ab64f65855
+ source_x86_64 = Zotero-6.0.27-beta.3+3e12f3f20_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/6.0.27-beta.3%2B3e12f3f20/Zotero-6.0.27-beta.3%2B3e12f3f20_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 34562dc879fac528fbb8b2014e6665ea6a42063d7d3434c8ec8cf2b5f1519436
+ source_i686 = Zotero-6.0.27-beta.3+3e12f3f20_linux-x86_64.tar.bz2::https://download.zotero.org/client/beta/6.0.27-beta.3%2B3e12f3f20/Zotero-6.0.27-beta.3%2B3e12f3f20_linux-x86_64.tar.bz2
+ sha256sums_i686 = 34562dc879fac528fbb8b2014e6665ea6a42063d7d3434c8ec8cf2b5f1519436
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index b53e7d7f41b4..6392ca0d7a81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malacology <guoyizhang at malacology dot com>
pkgname=zotero-beta
-_pkgver=6.0.19-beta.3+89bc09469
+_pkgver=6.0.27-beta.3+3e12f3f20
pkgver="${_pkgver/-beta/beta}"
pkgrel=1
pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
@@ -25,8 +25,8 @@ source_x86_64=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zoter
source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
sha256sums=('7b23d5238430701c1f5cc6f81dfd9b9f67cc643d506e42aa0e62aba5a58191fa'
'94211568bbd206d10f1c1e0a2565905fcd27c8586835b7aef6458e657caa8213')
-sha256sums_x86_64=('146d20347447c83db84edb5492211717aaf8da5643a8d014232091ab64f65855')
-sha256sums_i686=('146d20347447c83db84edb5492211717aaf8da5643a8d014232091ab64f65855')
+sha256sums_x86_64=('34562dc879fac528fbb8b2014e6665ea6a42063d7d3434c8ec8cf2b5f1519436')
+sha256sums_i686=('34562dc879fac528fbb8b2014e6665ea6a42063d7d3434c8ec8cf2b5f1519436')
prepare() {
patch --directory="Zotero_linux-$CARCH" --forward --strip=1 --input="${srcdir}/zotero-absolute-path-fix.patch"