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 60d86d043b2c..252104d9af18 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.45_beta.2+9a304b669
+ pkgver = 5.0.45_beta.3+9a304b669
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.45-beta.2%2B9a304b669/Zotero-5.0.45-beta.2%2B9a304b669_linux-i686.tar.bz2
- sha256sums_i686 = 4860be109eb414c6e08e91be4c031b96afebed27a1bd8d648a5ae362442c1414
- source_x86_64 = https://download.zotero.org/client/beta/5.0.45-beta.2%2B9a304b669/Zotero-5.0.45-beta.2%2B9a304b669_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 0ca2398b843031275d50f66e71dd6aa5a6f568d790084b204ecaf89fafd99b75
+ source_i686 = https://download.zotero.org/client/beta/5.0.45-beta.3%2B9a304b669/Zotero-5.0.45-beta.3%2B9a304b669_linux-i686.tar.bz2
+ sha256sums_i686 = 6692b8be4a92edc7d810302939f83689f306dc3a642b30e35f801cbd45624d2f
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.45-beta.3%2B9a304b669/Zotero-5.0.45-beta.3%2B9a304b669_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = cccd43cdec920b7f81a01fb020852e322fb29f209afa4ff617983b34c9481c3f
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index db05d7188dd7..0f5271560e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.45_beta.2+9a304b669"
+pkgver="5.0.45_beta.3+9a304b669"
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=('4860be109eb414c6e08e91be4c031b96afebed27a1bd8d648a5ae362442c1414')
-sha256sums_x86_64=('0ca2398b843031275d50f66e71dd6aa5a6f568d790084b204ecaf89fafd99b75')
+sha256sums_i686=('6692b8be4a92edc7d810302939f83689f306dc3a642b30e35f801cbd45624d2f')
+sha256sums_x86_64=('cccd43cdec920b7f81a01fb020852e322fb29f209afa4ff617983b34c9481c3f')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}