summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Curtis2018-04-01 06:23:02 -0700
committerIsaac Curtis2018-04-01 06:23:02 -0700
commit1fb38283d0f1dec32c2ef7a60ed87c9d59ab81f9 (patch)
tree3490eda0aaba22ea7f01d65b7f401fa2b1414c13
parent4a0c219c00336bbc23e77e900c371ed829e5b340 (diff)
downloadaur-1fb38283d0f1dec32c2ef7a60ed87c9d59ab81f9.tar.gz
Update to 5.0.43_beta.2+0b384abe6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57efc40565a3..e6d7822ac68a 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.1+350b47364
+ pkgver = 5.0.43_beta.2+0b384abe6
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.1%2B350b47364/Zotero-5.0.43-beta.1%2B350b47364_linux-i686.tar.bz2
- sha256sums_i686 = 1375aaf18a05c3d1d054ea1ab45e4ca5ef98f82f4cb71e68d66794b9cb99ed0b
- source_x86_64 = https://download.zotero.org/client/beta/5.0.43-beta.1%2B350b47364/Zotero-5.0.43-beta.1%2B350b47364_linux-x86_64.tar.bz2
- sha256sums_x86_64 = 67ce69f759cf73c3c9ae0dd98a438a272322b571db533d0ad7afa5b44074f89e
+ 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
pkgname = zotero-beta
diff --git a/PKGBUILD b/PKGBUILD
index afbd8c3fef8a..15168af00824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Curtis <isaaccurtis1@gmail.com>
pkgname=zotero-beta
-pkgver="5.0.43_beta.1+350b47364"
+pkgver="5.0.43_beta.2+0b384abe6"
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=('1375aaf18a05c3d1d054ea1ab45e4ca5ef98f82f4cb71e68d66794b9cb99ed0b')
-sha256sums_x86_64=('67ce69f759cf73c3c9ae0dd98a438a272322b571db533d0ad7afa5b44074f89e')
+sha256sums_i686=('a25d95adc243d22d170b57a8d9dec2316ca4a48d302cc25df558cb59747b2fae')
+sha256sums_x86_64=('c275a978681c366be7bbee827c4baa26150bc082333a67c9c4b6e17a69489b46')
_ver=${pkgver//_/-}
_ver=${_ver//+/%2B}