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 24297017b94a..27c581f5ba4a 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.41_beta.1+3c5bc44dd
+ pkgver = 5.0.42_beta.1+9c7271c60
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.41-beta.1%2B3c5bc44dd/Zotero-5.0.41-beta.1%2B3c5bc44dd_linux-i686.tar.bz2
- sha256sums_i686 = 8f6f8f67862d388559bcb7e91a3ff63a06fce9f1d10f14285adecb73618dbb79
- source_x86_64 = https://download.zotero.org/client/beta/5.0.41-beta.1%2B3c5bc44dd/Zotero-5.0.41-beta.1%2B3c5bc44dd_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 7824f871f30601f73e103044944754fbf721a5226870ff4bdbc8f2b9de1ab9a2
+ source_i686 = https://download.zotero.org/client/beta/5.0.42-beta.1%2B9c7271c60/Zotero-5.0.42-beta.1%2B9c7271c60_linux-i686.tar.bz2
+ sha256sums_i686 = bc1763cafb85ca44d38537029c2e0ffe03beb0257864333cff1517e6d4257c1b
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.42-beta.1%2B9c7271c60/Zotero-5.0.42-beta.1%2B9c7271c60_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 4f7608e6e5bedb87f71e8ccdfcb9e3e753b0303eb1d663b1f501e4a3228aa410
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 0dc0df6c74f1..dfeb5e076ce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.41_beta.1+3c5bc44dd"
+pkgver="5.0.42_beta.1+9c7271c60"
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=('8f6f8f67862d388559bcb7e91a3ff63a06fce9f1d10f14285adecb73618dbb79')
-sha256sums_x86_64=('7824f871f30601f73e103044944754fbf721a5226870ff4bdbc8f2b9de1ab9a2')
+sha256sums_i686=('bc1763cafb85ca44d38537029c2e0ffe03beb0257864333cff1517e6d4257c1b')
+sha256sums_x86_64=('4f7608e6e5bedb87f71e8ccdfcb9e3e753b0303eb1d663b1f501e4a3228aa410')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}