summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-02-10 05:59:09 -0800
committerIsaac Curtis2018-02-10 05:59:09 -0800
commitef7ce1026c5729ba633b7c2562972bbb4fc52038 (patch)
tree9e7a97b14e4f13d58bad3d406a5ed147fd36a861
parent0685d54b14915ac6d093c61402d8c11d3802ab27 (diff)
downloadaur-ef7ce1026c5729ba633b7c2562972bbb4fc52038.tar.gz
Update to 5.0.35_beta.19+1aade0f26
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3117b68de1cd..9182a6824a5c 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.35_beta.18+ad53b3311
+ pkgver = 5.0.35_beta.19+1aade0f26
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.35-beta.18%2Bad53b3311/Zotero-5.0.35-beta.18%2Bad53b3311_linux-i686.tar.bz2
- sha256sums_i686 = f9e9f878b96daf6309e8639cec0f84f42788b620cd22401f861345ca6e794a4b
- source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.18%2Bad53b3311/Zotero-5.0.35-beta.18%2Bad53b3311_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 6b82dfbec1b4f464f88c634c1f8113a3bb50e951591398ae812996cfc9ac5658
+ source_i686 = https://download.zotero.org/client/beta/5.0.35-beta.19%2B1aade0f26/Zotero-5.0.35-beta.19%2B1aade0f26_linux-i686.tar.bz2
+ sha256sums_i686 = 60c13fb3c169d899b59db497cdd0d704987abb859cf212225bc66a6e3d5a085e
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.35-beta.19%2B1aade0f26/Zotero-5.0.35-beta.19%2B1aade0f26_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = b9a12f8b521216cb632ce4407ca43b8df614aa661d1382bcf05341528a3cf5f3
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 2f24091903e9..47dfdb10701c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.35_beta.18+ad53b3311"
+pkgver="5.0.35_beta.19+1aade0f26"
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=('f9e9f878b96daf6309e8639cec0f84f42788b620cd22401f861345ca6e794a4b')
-sha256sums_x86_64=('6b82dfbec1b4f464f88c634c1f8113a3bb50e951591398ae812996cfc9ac5658')
+sha256sums_i686=('60c13fb3c169d899b59db497cdd0d704987abb859cf212225bc66a6e3d5a085e')
+sha256sums_x86_64=('b9a12f8b521216cb632ce4407ca43b8df614aa661d1382bcf05341528a3cf5f3')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}