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 a1383d095ee3..9db71ff1bb47 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.29+e03ecfae9
+ pkgver = 5.0.36_beta.1+e1e517886
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.29%2Be03ecfae9/Zotero-5.0.35-beta.29%2Be03ecfae9_linux-i686.tar.bz2
- sha256sums_i686 = fcdee75391e2c52d35732a6631a273c360ff85b91614dcf3a4a6e956612dda1a
- source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.29%2Be03ecfae9/Zotero-5.0.35-beta.29%2Be03ecfae9_linux-x86_64.tar.bz2
- sha256sums_x86_64 = d7a76b9ce2cdc06a68e067d685ff78d8f71cf4e8da8527a4c28c5d09e8bbee78
+ source_i686 = https://download.zotero.org/client/beta/5.0.36-beta.1%2Be1e517886/Zotero-5.0.36-beta.1%2Be1e517886_linux-i686.tar.bz2
+ sha256sums_i686 = 51f14f62649eb68ffd24a4cbdf335d9bdab64a8e580bc80f8e216ab72aff6909
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.36-beta.1%2Be1e517886/Zotero-5.0.36-beta.1%2Be1e517886_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = d95053c97591b363caa6cf27babbaee12c4dbb8d0672a6bdb0ab478cff7e333c
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 48704c910051..d72e7cc16ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.35_beta.29+e03ecfae9"
+pkgver="5.0.36_beta.1+e1e517886"
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=('fcdee75391e2c52d35732a6631a273c360ff85b91614dcf3a4a6e956612dda1a')
-sha256sums_x86_64=('d7a76b9ce2cdc06a68e067d685ff78d8f71cf4e8da8527a4c28c5d09e8bbee78')
+sha256sums_i686=('51f14f62649eb68ffd24a4cbdf335d9bdab64a8e580bc80f8e216ab72aff6909')
+sha256sums_x86_64=('d95053c97591b363caa6cf27babbaee12c4dbb8d0672a6bdb0ab478cff7e333c')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}