summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-08-16 04:56:51 -0700
committerIsaac Curtis2018-08-16 04:56:51 -0700
commit588ce1aa105810aacc8df842fff6cb953d535ba9 (patch)
treed84935d3a273770e5a54c0520672399d7f48e54d
parent42586fb7ee018cca17865def19bcfe0974283359 (diff)
downloadaur-588ce1aa105810aacc8df842fff6cb953d535ba9.tar.gz
Update to 5.0.56_beta.1+7a3dc6189
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 502da4b81a60..f2d9d2d9521c 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.55_beta.8+01f3159b2
+ pkgver = 5.0.56_beta.1+7a3dc6189
pkgrel = 2
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.55-beta.8%2B01f3159b2/Zotero-5.0.55-beta.8%2B01f3159b2_linux-i686.tar.bz2
- sha256sums_i686 = 22c1c4ec33f9c9c771edf97915651f9ebede07ed03a5506bc195313f6d7feae7
- source_x86_64 = https://download.zotero.org/client/beta/5.0.55-beta.8%2B01f3159b2/Zotero-5.0.55-beta.8%2B01f3159b2_linux-x86_64.tar.bz2
- sha256sums_x86_64 = f2646fe702a12aa6a4cf70cf307e302631d74cd58a08ed411eb35d32c49f70a2
+ source_i686 = https://download.zotero.org/client/beta/5.0.56-beta.1%2B7a3dc6189/Zotero-5.0.56-beta.1%2B7a3dc6189_linux-i686.tar.bz2
+ sha256sums_i686 = e2c4cdb317956ad1a984a17be67517b89cccc09d30085f7550e19cd6c5c29160
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.1%2B7a3dc6189/Zotero-5.0.56-beta.1%2B7a3dc6189_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 0952ad7116c5bcdf63ca0c5e4e200351378e59ee0d278830c460c0a50c41ed5c
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 2d8583dce19f..5c597c261f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.55_beta.8+01f3159b2"
+pkgver="5.0.56_beta.1+7a3dc6189"
pkgrel=2
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=('22c1c4ec33f9c9c771edf97915651f9ebede07ed03a5506bc195313f6d7feae7')
-sha256sums_x86_64=('f2646fe702a12aa6a4cf70cf307e302631d74cd58a08ed411eb35d32c49f70a2')
+sha256sums_i686=('e2c4cdb317956ad1a984a17be67517b89cccc09d30085f7550e19cd6c5c29160')
+sha256sums_x86_64=('0952ad7116c5bcdf63ca0c5e4e200351378e59ee0d278830c460c0a50c41ed5c')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}