This commit is contained in:
Juanma Hernández 2017-11-13 19:47:03 +01:00
parent 5a90ee6bd4
commit 5cbb5555b5
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
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.24
pkgver = 5.0.25
pkgrel = 1
url = http://www.zotero.org/download
install = zotero.install
@ -14,10 +14,10 @@ pkgbase = zotero
depends = libxt
source = zotero.desktop
md5sums = f227abe95940abd63367716928c6e379
source_i686 = Zotero-5.0.24_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.24
md5sums_i686 = 539abebbb7c6ad9a073aae275d5a6a36
source_x86_64 = Zotero-5.0.24_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.24
md5sums_x86_64 = fad0b3e711809fa2028499d80470727c
source_i686 = Zotero-5.0.25_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.25
md5sums_i686 = a403d165d5c3b20b0c21eb72f48362a4
source_x86_64 = Zotero-5.0.25_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.25
md5sums_x86_64 = 34ab0dbfe2f7a60093c5d5982e3d91bd
pkgname = zotero

View file

@ -2,7 +2,7 @@
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
pkgname=zotero
pkgver=5.0.24
pkgver=5.0.25
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')
@ -11,8 +11,8 @@ license=('GPL3')
depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'libxt')
md5sums=('f227abe95940abd63367716928c6e379')
md5sums_i686=('539abebbb7c6ad9a073aae275d5a6a36')
md5sums_x86_64=('fad0b3e711809fa2028499d80470727c')
md5sums_i686=('a403d165d5c3b20b0c21eb72f48362a4')
md5sums_x86_64=('34ab0dbfe2f7a60093c5d5982e3d91bd')
install='zotero.install'