summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-04-01 10:56:02 -0700
committerIsaac Curtis2018-04-01 10:56:02 -0700
commitb1d83adfc23ada5087808ed6c649f70b863f7808 (patch)
treef7cd1fc3ec77836b5846b72d9ba658404d0d9189
parent1fb38283d0f1dec32c2ef7a60ed87c9d59ab81f9 (diff)
downloadaur-b1d83adfc23ada5087808ed6c649f70b863f7808.tar.gz
Update to 5.0.43_beta.3+8d0dc359b
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6d7822ac68a..a79bec9c91c0 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.43_beta.2+0b384abe6
+ pkgver = 5.0.43_beta.3+8d0dc359b
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.43-beta.2%2B0b384abe6/Zotero-5.0.43-beta.2%2B0b384abe6_linux-i686.tar.bz2
- sha256sums_i686 = a25d95adc243d22d170b57a8d9dec2316ca4a48d302cc25df558cb59747b2fae
- source_x86_64 = https://download.zotero.org/client/beta/5.0.43-beta.2%2B0b384abe6/Zotero-5.0.43-beta.2%2B0b384abe6_linux-x86_64.tar.bz2
- sha256sums_x86_64 = c275a978681c366be7bbee827c4baa26150bc082333a67c9c4b6e17a69489b46
+ source_i686 = https://download.zotero.org/client/beta/5.0.43-beta.3%2B8d0dc359b/Zotero-5.0.43-beta.3%2B8d0dc359b_linux-i686.tar.bz2
+ sha256sums_i686 = 12146ef0d18245c1adc604981bb4825e89933dc664ae4cac57757a0c52b64e17
+ source_x86_64 = https://download.zotero.org/client/beta/5.0.43-beta.3%2B8d0dc359b/Zotero-5.0.43-beta.3%2B8d0dc359b_linux-x86_64.tar.bz2
+ sha256sums_x86_64 = d2f0aaab642b7870ea32c7754af64f135716447be0c42adc798b93cc8f0f01c2
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index 15168af00824..a12c6bbd1976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.43_beta.2+0b384abe6"
+pkgver="5.0.43_beta.3+8d0dc359b"
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=('a25d95adc243d22d170b57a8d9dec2316ca4a48d302cc25df558cb59747b2fae')
-sha256sums_x86_64=('c275a978681c366be7bbee827c4baa26150bc082333a67c9c4b6e17a69489b46')
+sha256sums_i686=('12146ef0d18245c1adc604981bb4825e89933dc664ae4cac57757a0c52b64e17')
+sha256sums_x86_64=('d2f0aaab642b7870ea32c7754af64f135716447be0c42adc798b93cc8f0f01c2')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}