summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Hernández2017-11-25 17:43:28 +0100
committerJuanma Hernández2017-11-25 17:43:28 +0100
commite3b8f65a52671cfa898b60931a73331fc2c62aa6 (patch)
tree83bb049ace27ce57791d591e8a450ba3608bd086
parentea14cc56268f2593b1c2012c7fa6764fed7a08bc (diff)
downloadaur-e3b8f65a52671cfa898b60931a73331fc2c62aa6.tar.gz
5.0.28. End of i686 support (https://www.archlinux.org/news/the-end-of-i686-support)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11e5e3b95f5..434eae0dd7ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = zotero
pkgdesc = Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
- pkgver = 5.0.26
+ pkgver = 5.0.28
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
- arch = i686
arch = x86_64
license = GPL3
depends = dbus-glib
@@ -14,10 +13,8 @@ pkgbase = zotero
depends = libxt
source = zotero.desktop
sha256sums = 2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228
- source_i686 = Zotero-5.0.26_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.26
- sha256sums_i686 = f72ae1c887086ec1566f7a051fb359e64fa522784487f629963f55fd27e0b7b6
- source_x86_64 = Zotero-5.0.26_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.26
- sha256sums_x86_64 = 6ee4812cd9f23ad3ba7b85fc8450c0afb440c05276de74c9082a8104fd015cd7
+ source_x86_64 = Zotero-5.0.28_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.28
+ sha256sums_x86_64 = 38b436ae44ebb918a07ab8a2a5a2db6e14c98d0b8ca3e9d371a7cb56f97c09c2
pkgname = zotero
diff --git a/PKGBUILD b/PKGBUILD
index 6e0c851df7dc..e65510003821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,20 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
-pkgver=5.0.26
+pkgver=5.0.28
pkgrel=1
pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.zotero.org/download"
license=('GPL3')
depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'libxt')
sha256sums=('2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228')
-sha256sums_i686=('f72ae1c887086ec1566f7a051fb359e64fa522784487f629963f55fd27e0b7b6')
-sha256sums_x86_64=('6ee4812cd9f23ad3ba7b85fc8450c0afb440c05276de74c9082a8104fd015cd7')
+sha256sums_x86_64=('38b436ae44ebb918a07ab8a2a5a2db6e14c98d0b8ca3e9d371a7cb56f97c09c2')
install='zotero.install'
source=("zotero.desktop")
-source_i686=("Zotero-${pkgver}_linux_$CARCH.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-$CARCH&version=${pkgver}")
source_x86_64=("Zotero-${pkgver}_linux_$CARCH.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-$CARCH&version=${pkgver}")
package() {