summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Hernández2020-05-13 07:25:14 +0200
committerJuanma Hernández2020-05-13 07:25:14 +0200
commite42fc04680ea1d8858e836c524215a52be19c61f (patch)
tree47eae3f1533c9e8ece92b97e355797ab2b076a58
parent8bef5808e551046a00b0bbbd69c1c60aea096602 (diff)
downloadaur-e42fc04680ea1d8858e836c524215a52be19c61f.tar.gz
5.0.87. Dropping gtk2 dependency, as is only needed by updater, which BTW is not used.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7477a32e51d..23c363d9c8a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
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.86
+ pkgver = 5.0.87
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
arch = x86_64
license = GPL3
depends = dbus-glib
- depends = gtk2
depends = gtk3
depends = nss
depends = libxt
source = zotero.desktop
sha256sums = 2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228
- source_x86_64 = Zotero-5.0.86_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.86
+ source_x86_64 = Zotero-5.0.87_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.87
sha256sums_x86_64 = 935ea05ddd32f348a2605ef285263bec236dc5eb99aae56dabab4f425b3d0591
pkgname = zotero
diff --git a/PKGBUILD b/PKGBUILD
index 9570aa2a6f43..042075cec2aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
-pkgver=5.0.86
+pkgver=5.0.87
pkgrel=1
pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
arch=('x86_64')
url="http://www.zotero.org/download"
license=('GPL3')
-depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'libxt')
+depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
sha256sums=('2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228')
sha256sums_x86_64=('935ea05ddd32f348a2605ef285263bec236dc5eb99aae56dabab4f425b3d0591')