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 b03db929eb6a..b2353f465a2d 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.13+38411fb56
+ pkgver = 5.0.35_beta.14+edc18a4fe
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.13%2B38411fb56/Zotero-5.0.35-beta.13%2B38411fb56_linux-i686.tar.bz2
- sha256sums_i686 = d8bb6c052b51c8f5eefe870e6fa39156d540ee2ebf5746b33a0c8af1c527aa0d
- source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.13%2B38411fb56/Zotero-5.0.35-beta.13%2B38411fb56_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 8f2d07466a7f7238fc0421b14e0e0ff56814d1b5bab2869aa54404f747448fe4
+ source_i686 = https://download.zotero.org/client/beta/5.0.35-beta.14%2Bedc18a4fe/Zotero-5.0.35-beta.14%2Bedc18a4fe_linux-i686.tar.bz2
+ sha256sums_i686 = 282302e8389e8af3e911da3c6b21eb8eea32da6c387d05015ed62203e47c6bfc
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.14%2Bedc18a4fe/Zotero-5.0.35-beta.14%2Bedc18a4fe_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 0a040c9603a71b2058ddefd9355b5936ddaae94a1c4a38ca733c691aca5e45ff
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 934f53e471c5..e23da5f99e23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.35_beta.13+38411fb56"
+pkgver="5.0.35_beta.14+edc18a4fe"
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=('d8bb6c052b51c8f5eefe870e6fa39156d540ee2ebf5746b33a0c8af1c527aa0d')
-sha256sums_x86_64=('8f2d07466a7f7238fc0421b14e0e0ff56814d1b5bab2869aa54404f747448fe4')
+sha256sums_i686=('282302e8389e8af3e911da3c6b21eb8eea32da6c387d05015ed62203e47c6bfc')
+sha256sums_x86_64=('0a040c9603a71b2058ddefd9355b5936ddaae94a1c4a38ca733c691aca5e45ff')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}