summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-08-30 02:37:16 -0700
committerIsaac Curtis2018-08-30 02:37:16 -0700
commit671993f437cf70900f191c39ad8ee7c874b02445 (patch)
treef5286a6d5947c435abc4bc45ec08e7ad04d00ea7
parent415e58474de5adba9b50279f26c25763268a9a39 (diff)
downloadaur-671993f437cf70900f191c39ad8ee7c874b02445.tar.gz
Update to 5.0.56_beta.9+944188fa6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfd9756b8ec..40bc124e90a5 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.8+4eb449072
+ pkgver = 5.0.56_beta.9+944188fa6
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.8%2B4eb449072/Zotero-5.0.56-beta.8%2B4eb449072_linux-i686.tar.bz2
- sha256sums_i686 = 15e5c02c9e346ca90836060e44b31b3286b64d0605859755677f98f6ebc458e2
- source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.8%2B4eb449072/Zotero-5.0.56-beta.8%2B4eb449072_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 0cb7d78ac8fd7c95e7af508acd3c60cc1ee97f3987335d7d42e05f923d064396
+ source_i686 = https://download.zotero.org/client/beta/5.0.56-beta.9%2B944188fa6/Zotero-5.0.56-beta.9%2B944188fa6_linux-i686.tar.bz2
+ sha256sums_i686 = a61d4c0372a5f50c2d70016f7c05264a3564abbc9f7666c714ba0554de982be1
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.56-beta.9%2B944188fa6/Zotero-5.0.56-beta.9%2B944188fa6_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = b26fd959d16083d368d872ed42ac2ea1b63e6da964e4f35984b487221977ed38
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index e62e1157892b..d275f70b9e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.56_beta.8+4eb449072"
+pkgver="5.0.56_beta.9+944188fa6"
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=('15e5c02c9e346ca90836060e44b31b3286b64d0605859755677f98f6ebc458e2')
-sha256sums_x86_64=('0cb7d78ac8fd7c95e7af508acd3c60cc1ee97f3987335d7d42e05f923d064396')
+sha256sums_i686=('a61d4c0372a5f50c2d70016f7c05264a3564abbc9f7666c714ba0554de982be1')
+sha256sums_x86_64=('b26fd959d16083d368d872ed42ac2ea1b63e6da964e4f35984b487221977ed38')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}