summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2017-12-02 02:55:17 -0800
committerIsaac Curtis2017-12-02 02:55:17 -0800
commitd8ac6621adfd2d3e097da03f454b477a45e8596a (patch)
tree7e3d902736a3bc84f16c0aa5e83f6b3c4ce485b1
parentc5bfd57ea385e191bddb7b293fdbc1144ec458e3 (diff)
downloadaur-d8ac6621adfd2d3e097da03f454b477a45e8596a.tar.gz
Update to 5.0.30_beta.3+4c337e529
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b75ce9b3de4..178cf776d046 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.30_beta.2+9b9af65f8
+ pkgver = 5.0.30_beta.3+4c337e529
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.30-beta.2%2B9b9af65f8/Zotero-5.0.30-beta.2%2B9b9af65f8_linux-i686.tar.bz2
- sha256sums_i686 = e8847466b73b6d08adfd2121a813955f3a6a5972034cc754543e7b51a4cec19d
- source_x86_64 = https://download.zotero.org/client/beta/5.0.30-beta.2%2B9b9af65f8/Zotero-5.0.30-beta.2%2B9b9af65f8_linux-x86_64.tar.bz2
- sha256sums_x86_64 = cf86c257312db3e67287ae0812f5429e892413a6ac600246ce197eaade08d0a4
+ source_i686 = https://download.zotero.org/client/beta/5.0.30-beta.3%2B4c337e529/Zotero-5.0.30-beta.3%2B4c337e529_linux-i686.tar.bz2
+ sha256sums_i686 = 32b8d1794441b38d494a5d0dfaa6ed521aae50e6fa245c5bbd1c6a9d0b354ffb
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.30-beta.3%2B4c337e529/Zotero-5.0.30-beta.3%2B4c337e529_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 989372440e0c7af32f7b1425403aa9895a814d4068704c54eac4dbd7d1700c00
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 5cb081228c08..6af9f4bce60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.30_beta.2+9b9af65f8"
+pkgver="5.0.30_beta.3+4c337e529"
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=('e8847466b73b6d08adfd2121a813955f3a6a5972034cc754543e7b51a4cec19d')
-sha256sums_x86_64=('cf86c257312db3e67287ae0812f5429e892413a6ac600246ce197eaade08d0a4')
+sha256sums_i686=('32b8d1794441b38d494a5d0dfaa6ed521aae50e6fa245c5bbd1c6a9d0b354ffb')
+sha256sums_x86_64=('989372440e0c7af32f7b1425403aa9895a814d4068704c54eac4dbd7d1700c00')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}