summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-03-12 14:56:44 -0700
committerIsaac Curtis2018-03-12 14:56:44 -0700
commit04936683adf546a7c3fcb8ff3d74e68fa47a02f8 (patch)
treef87bd23a335ff7903175f7a6ab3cc3cc54416d13
parentf63196bf4fff9688830909d684968268dc6b5b78 (diff)
downloadaur-04936683adf546a7c3fcb8ff3d74e68fa47a02f8.tar.gz
Update to 5.0.38_beta.2+6c5aa06d6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627272294454..fb42f9477e61 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.38_beta.1+c04b85e74
+ pkgver = 5.0.38_beta.2+6c5aa06d6
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.38-beta.1%2Bc04b85e74/Zotero-5.0.38-beta.1%2Bc04b85e74_linux-i686.tar.bz2
- sha256sums_i686 = abe5ed94e2883b3c0f8f245700d3e3acb77eaa35803e1accda931310f8568325
- source_x86_64 = https://download.zotero.org/client/beta/5.0.38-beta.1%2Bc04b85e74/Zotero-5.0.38-beta.1%2Bc04b85e74_linux-x86_64.tar.bz2
- sha256sums_x86_64 = ffa511928d253af686ae4c2eaa166a5ccad7b3fd9c0a832a3dc90f240b6928e7
+ source_i686 = https://download.zotero.org/client/beta/5.0.38-beta.2%2B6c5aa06d6/Zotero-5.0.38-beta.2%2B6c5aa06d6_linux-i686.tar.bz2
+ sha256sums_i686 = 21a779605fe7902076105ca9b0e9872cd1db335ed09ca3ca845b30ec7c6e33ff
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.38-beta.2%2B6c5aa06d6/Zotero-5.0.38-beta.2%2B6c5aa06d6_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = 638ab89affcd35fdbc0c7db9cf498c92b13d5fcb56d9a5a6b2ba51f3fa0bd74c
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 965e74bc9a6c..2154848f4963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.38_beta.1+c04b85e74"
+pkgver="5.0.38_beta.2+6c5aa06d6"
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=('abe5ed94e2883b3c0f8f245700d3e3acb77eaa35803e1accda931310f8568325')
-sha256sums_x86_64=('ffa511928d253af686ae4c2eaa166a5ccad7b3fd9c0a832a3dc90f240b6928e7')
+sha256sums_i686=('21a779605fe7902076105ca9b0e9872cd1db335ed09ca3ca845b30ec7c6e33ff')
+sha256sums_x86_64=('638ab89affcd35fdbc0c7db9cf498c92b13d5fcb56d9a5a6b2ba51f3fa0bd74c')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}