summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-03-07 02:30:09 -0800
committerIsaac Curtis2018-03-07 02:30:09 -0800
commit868078c4eae8d38b88fe8ddb3650c7c6c4903bf2 (patch)
tree7486a9080a05322471860b7e910ee5fc183c8e1f
parent4269c7a04c8e1cb3acdfa0f47c904133859d30b7 (diff)
downloadaur-868078c4eae8d38b88fe8ddb3650c7c6c4903bf2.tar.gz
Update to 5.0.36_beta.7+ea569b8b1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b43005de3a2..321b20204dee 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.6+079cb258f
+ pkgver = 5.0.36_beta.7+ea569b8b1
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.6%2B079cb258f/Zotero-5.0.36-beta.6%2B079cb258f_linux-i686.tar.bz2
- sha256sums_i686 = 07d58628e6d8dae4ddc12ecb618e7c407d9ff99a0a984ba871f45a5be11c5c54
- source_x86_64 = https://download.zotero.org/client/beta/5.0.36-beta.6%2B079cb258f/Zotero-5.0.36-beta.6%2B079cb258f_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 078ae6e27052dd52ca0374b2a9329a61b78b7f966cf29908c95e1829d3220c68
+ source_i686 = https://download.zotero.org/client/beta/5.0.36-beta.7%2Bea569b8b1/Zotero-5.0.36-beta.7%2Bea569b8b1_linux-i686.tar.bz2
+ sha256sums_i686 = a32d2ad0df7b5a83aff1f8a64985a627a08898b03d59611252789da938573c03
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.36-beta.7%2Bea569b8b1/Zotero-5.0.36-beta.7%2Bea569b8b1_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 8589ad9b6de4992dc9be8b1eae3575b65f63047f3cda83c031764ae5f51c753d
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 4c3e5678c487..15ef7e2a7d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.36_beta.6+079cb258f"
+pkgver="5.0.36_beta.7+ea569b8b1"
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=('07d58628e6d8dae4ddc12ecb618e7c407d9ff99a0a984ba871f45a5be11c5c54')
-sha256sums_x86_64=('078ae6e27052dd52ca0374b2a9329a61b78b7f966cf29908c95e1829d3220c68')
+sha256sums_i686=('a32d2ad0df7b5a83aff1f8a64985a627a08898b03d59611252789da938573c03')
+sha256sums_x86_64=('8589ad9b6de4992dc9be8b1eae3575b65f63047f3cda83c031764ae5f51c753d')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}