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 7497d8f501ea..fbbde7ed9026 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.36_beta.9+2f7c93a4e
+ pkgver = 5.0.36_beta.10+da30f9e25
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.36-beta.9%2B2f7c93a4e/Zotero-5.0.36-beta.9%2B2f7c93a4e_linux-i686.tar.bz2
- sha256sums_i686 = bc37ac8a06349b419dbd3a78872c7ce680a8a7e0c79a0ef81fd5070eb355dead
- source_x86_64 = https://download.zotero.org/client/beta/5.0.36-beta.9%2B2f7c93a4e/Zotero-5.0.36-beta.9%2B2f7c93a4e_linux-x86_64.tar.bz2
- sha256sums_x86_64 = fff4c3a377627c593a6c8b749717e6b9cdcc005019b973ef7f18a95d9bcbb8ec
+ source_i686 = https://download.zotero.org/client/beta/5.0.36-beta.10%2Bda30f9e25/Zotero-5.0.36-beta.10%2Bda30f9e25_linux-i686.tar.bz2
+ sha256sums_i686 = 8ef374cd68c6010aba00f3b34ad8af8dcb8808d6573b3c19417dec1aa0c1f676
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.36-beta.10%2Bda30f9e25/Zotero-5.0.36-beta.10%2Bda30f9e25_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = b2affe0c2d69e3593b022ff1d33125a0cffbbfd0211669296c721cbecfa48ab9
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index cc30d30370cc..cb3dcabfebce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.36_beta.9+2f7c93a4e"
+pkgver="5.0.36_beta.10+da30f9e25"
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=('bc37ac8a06349b419dbd3a78872c7ce680a8a7e0c79a0ef81fd5070eb355dead')
-sha256sums_x86_64=('fff4c3a377627c593a6c8b749717e6b9cdcc005019b973ef7f18a95d9bcbb8ec')
+sha256sums_i686=('8ef374cd68c6010aba00f3b34ad8af8dcb8808d6573b3c19417dec1aa0c1f676')
+sha256sums_x86_64=('b2affe0c2d69e3593b022ff1d33125a0cffbbfd0211669296c721cbecfa48ab9')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}