summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-09-06 15:06:06 -0700
committerIsaac Curtis2018-09-06 15:06:06 -0700
commit7d3114169958e5a2be4696918ce9662f0927afd4 (patch)
tree88b16948a6424e1e98eecfe95d79f84140ba59f0
parent94548331ca41f77fbbd737c2b8b8afb7a33fe040 (diff)
downloadaur-7d3114169958e5a2be4696918ce9662f0927afd4.tar.gz
Update to 5.0.56_beta.13+6b7c161bc
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006bfc2756a0..e23643928686 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.12+4b64cc312
+ pkgver = 5.0.56_beta.13+6b7c161bc
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.12%2B4b64cc312/Zotero-5.0.56-beta.12%2B4b64cc312_linux-i686.tar.bz2
- sha256sums_i686 = 271320e6a784edb40880730cd7627af57d026f05239b720bb8649c98b8db5e60
- source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.12%2B4b64cc312/Zotero-5.0.56-beta.12%2B4b64cc312_linux-x86_64.tar.bz2
- sha256sums_x86_64 = bda2215ee69d19a5a4528b6f5f81dff80ffeca264643dd63510313a863fe2297
+ source_i686 = https://download.zotero.org/client/beta/5.0.56-beta.13%2B6b7c161bc/Zotero-5.0.56-beta.13%2B6b7c161bc_linux-i686.tar.bz2
+ sha256sums_i686 = 9c563983d8fac65be7f7fafd8a129330840f3c4927e5860e7d6e7953235cdd4d
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.13%2B6b7c161bc/Zotero-5.0.56-beta.13%2B6b7c161bc_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 33372ff70876632ee288d07c21bb235fa18dd17589df8916e8a0d1127f99a942
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 0f838b6b9827..8c4070cac420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.56_beta.12+4b64cc312"
+pkgver="5.0.56_beta.13+6b7c161bc"
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=('271320e6a784edb40880730cd7627af57d026f05239b720bb8649c98b8db5e60')
-sha256sums_x86_64=('bda2215ee69d19a5a4528b6f5f81dff80ffeca264643dd63510313a863fe2297')
+sha256sums_i686=('9c563983d8fac65be7f7fafd8a129330840f3c4927e5860e7d6e7953235cdd4d')
+sha256sums_x86_64=('33372ff70876632ee288d07c21bb235fa18dd17589df8916e8a0d1127f99a942')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}