summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-08-25 16:26:50 -0700
committerIsaac Curtis2018-08-25 16:26:50 -0700
commit415e58474de5adba9b50279f26c25763268a9a39 (patch)
tree7e964f0c1680a37885c4df85109e750d44bb5646
parent4cfabf9eefbd476d3d916cb32fd6f2fac37d2cc6 (diff)
downloadaur-415e58474de5adba9b50279f26c25763268a9a39.tar.gz
Update to 5.0.56_beta.8+4eb449072
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d1775bf598..8bfd9756b8ec 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.56_beta.7+1860b5780
+ pkgver = 5.0.56_beta.8+4eb449072
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.56-beta.7%2B1860b5780/Zotero-5.0.56-beta.7%2B1860b5780_linux-i686.tar.bz2
- sha256sums_i686 = d8c2f7f25e2cb9acab01db6c42b33fa52d3e7b5670aee257ad6ae3b75df59f09
- source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.7%2B1860b5780/Zotero-5.0.56-beta.7%2B1860b5780_linux-x86_64.tar.bz2
- sha256sums_x86_64 = b7ad5fcfffe0341febc2a5fff267875016ae3c9f0d95db62baf75a3bf29dc9e7
+ source_i686 = https://download.zotero.org/client/beta/5.0.56-beta.8%2B4eb449072/Zotero-5.0.56-beta.8%2B4eb449072_linux-i686.tar.bz2
+ sha256sums_i686 = 15e5c02c9e346ca90836060e44b31b3286b64d0605859755677f98f6ebc458e2
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.8%2B4eb449072/Zotero-5.0.56-beta.8%2B4eb449072_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 0cb7d78ac8fd7c95e7af508acd3c60cc1ee97f3987335d7d42e05f923d064396
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index f8f8af595d90..e62e1157892b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.56_beta.7+1860b5780"
+pkgver="5.0.56_beta.8+4eb449072"
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=('d8c2f7f25e2cb9acab01db6c42b33fa52d3e7b5670aee257ad6ae3b75df59f09')
-sha256sums_x86_64=('b7ad5fcfffe0341febc2a5fff267875016ae3c9f0d95db62baf75a3bf29dc9e7')
+sha256sums_i686=('15e5c02c9e346ca90836060e44b31b3286b64d0605859755677f98f6ebc458e2')
+sha256sums_x86_64=('0cb7d78ac8fd7c95e7af508acd3c60cc1ee97f3987335d7d42e05f923d064396')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}