This commit is contained in:
Juanma Hernández 2017-09-20 07:35:04 +02:00
parent 472034c79d
commit dd1994f6ca
2 changed files with 10 additions and 10 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.18
pkgrel = 2
pkgver = 5.0.20
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
arch = i686
@ -14,10 +14,10 @@ pkgbase = zotero
depends = libxt
source = zotero.desktop
md5sums = f227abe95940abd63367716928c6e379
source_i686 = Zotero-5.0.18_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.18
md5sums_i686 = 079e3747d5db589abb1a931b19d1b3ef
source_x86_64 = Zotero-5.0.18_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.18
md5sums_x86_64 = 66c75a1430a597a4d046b549dc923f3d
source_i686 = Zotero-5.0.20_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.20
md5sums_i686 = bb6a03a680b31159eb852912628523d1
source_x86_64 = Zotero-5.0.20_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.20
md5sums_x86_64 = 48c263f3b7e4acf52c42c99370d9712d
pkgname = zotero

View file

@ -2,8 +2,8 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
pkgver=5.0.18
pkgrel=2
pkgver=5.0.20
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')
url="http://www.zotero.org/download"
@ -11,8 +11,8 @@ license=('GPL3')
depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'libxt')
md5sums=('f227abe95940abd63367716928c6e379')
md5sums_i686=('079e3747d5db589abb1a931b19d1b3ef')
md5sums_x86_64=('66c75a1430a597a4d046b549dc923f3d')
md5sums_i686=('bb6a03a680b31159eb852912628523d1')
md5sums_x86_64=('48c263f3b7e4acf52c42c99370d9712d')
install='zotero.install'