summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-03-31 06:07:02 -0700
committerIsaac Curtis2018-03-31 06:07:02 -0700
commit4a0c219c00336bbc23e77e900c371ed829e5b340 (patch)
tree86816082f457b0536fea30e4688bccba8f011fa7
parent717b282ec522f869677b5a69c28e7691e9ff60f4 (diff)
downloadaur-4a0c219c00336bbc23e77e900c371ed829e5b340.tar.gz
Update to 5.0.43_beta.1+350b47364
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e705ea200bb..57efc40565a3 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.42_beta.2+37e850c67
+ pkgver = 5.0.43_beta.1+350b47364
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.42-beta.2%2B37e850c67/Zotero-5.0.42-beta.2%2B37e850c67_linux-i686.tar.bz2
- sha256sums_i686 = 004db37966f816423f740bc10c247644c5dd252bfa139359d084fee539b049d2
- source_x86_64 = https://download.zotero.org/client/beta/5.0.42-beta.2%2B37e850c67/Zotero-5.0.42-beta.2%2B37e850c67_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 1af6cede720495253ccc7751766dbdffe6a3f26dceaa7da7eeec960612f2dd3b
+ source_i686 = https://download.zotero.org/client/beta/5.0.43-beta.1%2B350b47364/Zotero-5.0.43-beta.1%2B350b47364_linux-i686.tar.bz2
+ sha256sums_i686 = 1375aaf18a05c3d1d054ea1ab45e4ca5ef98f82f4cb71e68d66794b9cb99ed0b
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.43-beta.1%2B350b47364/Zotero-5.0.43-beta.1%2B350b47364_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 67ce69f759cf73c3c9ae0dd98a438a272322b571db533d0ad7afa5b44074f89e
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 013c8c5543f7..afbd8c3fef8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.42_beta.2+37e850c67"
+pkgver="5.0.43_beta.1+350b47364"
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=('004db37966f816423f740bc10c247644c5dd252bfa139359d084fee539b049d2')
-sha256sums_x86_64=('1af6cede720495253ccc7751766dbdffe6a3f26dceaa7da7eeec960612f2dd3b')
+sha256sums_i686=('1375aaf18a05c3d1d054ea1ab45e4ca5ef98f82f4cb71e68d66794b9cb99ed0b')
+sha256sums_x86_64=('67ce69f759cf73c3c9ae0dd98a438a272322b571db533d0ad7afa5b44074f89e')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}