summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-09-23 01:25:50 -0700
committerIsaac Curtis2018-09-23 01:25:50 -0700
commit3c16e18cc7f7e0ea2ed3c0295725836bc3486831 (patch)
treee09b2e03aa148452165a622be17d1f446be98be5
parente75b48f515a9518bde7263e42deff2ee80f6501e (diff)
downloadaur-3c16e18cc7f7e0ea2ed3c0295725836bc3486831.tar.gz
Update to 5.0.56_beta.18+10ca281c4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b15768738b22..c76bd714ae4d 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.17+f4ac511b5
+ pkgver = 5.0.56_beta.18+10ca281c4
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.17%2Bf4ac511b5/Zotero-5.0.56-beta.17%2Bf4ac511b5_linux-i686.tar.bz2
- sha256sums_i686 = 93c7f440bdc6fb3f06eab9b06d48db8e372e5ff45ce7bd0505c8094fb0bb98d5
- source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.17%2Bf4ac511b5/Zotero-5.0.56-beta.17%2Bf4ac511b5_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 996efea3d8d97a13cd8249ba070f7df75d48aa9c46c411ad2e70c7726514b1da
+ source_i686 = https://download.zotero.org/client/beta/5.0.56-beta.18%2B10ca281c4/Zotero-5.0.56-beta.18%2B10ca281c4_linux-i686.tar.bz2
+ sha256sums_i686 = 978a5125514e44350b73f73aafc8b28d3ad70bbd84deaea4ae5fd283cd6b8dd5
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.18%2B10ca281c4/Zotero-5.0.56-beta.18%2B10ca281c4_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 9d1f319d9b57d43248c62d611c4bd6331f3a94733723ec920b5ce5de6c3a642b
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index f0802ea11d59..0278e8be99cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.56_beta.17+f4ac511b5"
+pkgver="5.0.56_beta.18+10ca281c4"
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=('93c7f440bdc6fb3f06eab9b06d48db8e372e5ff45ce7bd0505c8094fb0bb98d5')
-sha256sums_x86_64=('996efea3d8d97a13cd8249ba070f7df75d48aa9c46c411ad2e70c7726514b1da')
+sha256sums_i686=('978a5125514e44350b73f73aafc8b28d3ad70bbd84deaea4ae5fd283cd6b8dd5')
+sha256sums_x86_64=('9d1f319d9b57d43248c62d611c4bd6331f3a94733723ec920b5ce5de6c3a642b')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}