This commit is contained in:
Juanma Hernández 2020-10-10 09:46:41 +02:00
parent 4424bec7aa
commit 191657d3c3
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
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.89
pkgrel = 2
pkgver = 5.0.91
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = zotero
depends = libxt
source = zotero.desktop
sha256sums = 2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228
source_x86_64 = Zotero-5.0.89_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.89
sha256sums_x86_64 = 74e1dbe47a3804bccfccdfd1f3d3fb92912c4f0bd30a776676c2a5eeacc5e4a2
source_x86_64 = Zotero-5.0.91_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.91
sha256sums_x86_64 = 429afb0ef9e8cfa17a89424fd38f7a43841b697709bfc4e647beba62e7943b65
pkgname = zotero

View file

@ -2,8 +2,8 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
pkgver=5.0.89
pkgrel=2
pkgver=5.0.91
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"
@ -11,7 +11,7 @@ license=('GPL3')
depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
sha256sums=('2e700ebe97d332a894be80d232b037b0117d84b38c5fa99dffc727cb10918228')
sha256sums_x86_64=('74e1dbe47a3804bccfccdfd1f3d3fb92912c4f0bd30a776676c2a5eeacc5e4a2')
sha256sums_x86_64=('429afb0ef9e8cfa17a89424fd38f7a43841b697709bfc4e647beba62e7943b65')
install='zotero.install'