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 8e3887b116a5..5cbbedd9fb78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zotero-beta
pkgdesc = Zotero Standalone. A free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
- pkgver = 5.0.35_beta.23+ce0dd5cc5
+ pkgver = 5.0.35_beta.25+9cb2b8167
pkgrel = 1
url = http://www.zotero.org/download
install = zotero-beta.install
@@ -17,10 +17,10 @@ pkgbase = zotero-beta
conflicts = zotero
source = zotero-beta.desktop
sha256sums = 8ec2a82b5c9b37e30cbe5ef968f5baa29e324a0e024a8cc28c38738ca3db7c7a
- source_i686 = https://download.zotero.org/client/beta/5.0.35-beta.23%2Bce0dd5cc5/Zotero-5.0.35-beta.23%2Bce0dd5cc5_linux-i686.tar.bz2
- sha256sums_i686 = da1db0865cda895d7a548bbf15a1dc10a96890002913fc0a2e3546f0437ec1f8
- source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.23%2Bce0dd5cc5/Zotero-5.0.35-beta.23%2Bce0dd5cc5_linux-x86_64.tar.bz2
- sha256sums_x86_64 = fffaf77f29c948c0f9214edb8d1c7af2fc456511681e9e5c553702910e9739c1
+ source_i686 = https://download.zotero.org/client/beta/5.0.35-beta.25%2B9cb2b8167/Zotero-5.0.35-beta.25%2B9cb2b8167_linux-i686.tar.bz2
+ sha256sums_i686 = 59178dd5e3c6ba1384ed820c4a1944a911046af4fb581f87f316bf53a4a1c1bf
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.25%2B9cb2b8167/Zotero-5.0.35-beta.25%2B9cb2b8167_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 2df6e68cc25fd68b6ad8d6621722c088b6567bbe59fc4889a7de21257c497f68
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 15ec33f0de77..efe8fc4259f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.35_beta.23+ce0dd5cc5"
+pkgver="5.0.35_beta.25+9cb2b8167"
pkgrel=1
pkgdesc="Zotero Standalone. A free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ depends=('dbus-glib' 'gtk2' 'gtk3' 'gcc-libs' 'nss' 'libxt')
optdepends=('xpdf: PDF indexing')
conflicts=('zotero')
sha256sums=('8ec2a82b5c9b37e30cbe5ef968f5baa29e324a0e024a8cc28c38738ca3db7c7a')
-sha256sums_i686=('da1db0865cda895d7a548bbf15a1dc10a96890002913fc0a2e3546f0437ec1f8')
-sha256sums_x86_64=('fffaf77f29c948c0f9214edb8d1c7af2fc456511681e9e5c553702910e9739c1')
+sha256sums_i686=('59178dd5e3c6ba1384ed820c4a1944a911046af4fb581f87f316bf53a4a1c1bf')
+sha256sums_x86_64=('2df6e68cc25fd68b6ad8d6621722c088b6567bbe59fc4889a7de21257c497f68')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}