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 fdfc79f748f9..a5049a2afbe8 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.8+d857a813b
+ pkgver = 5.0.35_beta.9+b7a24a58f
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.8%2Bd857a813b/Zotero-5.0.35-beta.8%2Bd857a813b_linux-i686.tar.bz2
- sha256sums_i686 = 8a5528375aea4dcd5fc5a95846ee0acf6c0d2afc311cb96fd2ce4c457a44d9c3
- source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.8%2Bd857a813b/Zotero-5.0.35-beta.8%2Bd857a813b_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 5f1f7ee60970d4d1f6113882caf96de0f52b503b2e4eeaaa065a0107a90fc912
+ source_i686 = https://download.zotero.org/client/beta/5.0.35-beta.9%2Bb7a24a58f/Zotero-5.0.35-beta.9%2Bb7a24a58f_linux-i686.tar.bz2
+ sha256sums_i686 = fac90a80d2c2ef63fa22f8c1731e22b5b8b529bf492086b3402cb0e7b98dabe7
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.9%2Bb7a24a58f/Zotero-5.0.35-beta.9%2Bb7a24a58f_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 6ac59ab86bd5dcd64636230960eeb5f31b17a4c8c26f872f222dbaeeb92515a2
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 6dda706ebfae..8d7bd7414a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.35_beta.8+d857a813b"
+pkgver="5.0.35_beta.9+b7a24a58f"
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=('8a5528375aea4dcd5fc5a95846ee0acf6c0d2afc311cb96fd2ce4c457a44d9c3')
-sha256sums_x86_64=('5f1f7ee60970d4d1f6113882caf96de0f52b503b2e4eeaaa065a0107a90fc912')
+sha256sums_i686=('fac90a80d2c2ef63fa22f8c1731e22b5b8b529bf492086b3402cb0e7b98dabe7')
+sha256sums_x86_64=('6ac59ab86bd5dcd64636230960eeb5f31b17a4c8c26f872f222dbaeeb92515a2')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}