mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 15:09:48 +01:00
5.0.5
This commit is contained in:
parent
66a7c067fd
commit
53923a161e
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -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.4
|
||||
pkgver = 5.0.5
|
||||
pkgrel = 1
|
||||
url = http://www.zotero.org/download
|
||||
install = zotero.install
|
||||
|
|
@ -14,10 +14,10 @@ pkgbase = zotero
|
|||
depends = nss
|
||||
source = zotero.desktop
|
||||
md5sums = f227abe95940abd63367716928c6e379
|
||||
source_i686 = Zotero-5.0.4_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.4
|
||||
md5sums_i686 = 9a4d9b80e8fd6cfb837fea081c02327d
|
||||
source_x86_64 = Zotero-5.0.4_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.4
|
||||
md5sums_x86_64 = 82a17e59d96b44f5e6665c9b6b112654
|
||||
source_i686 = Zotero-5.0.5_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.5
|
||||
md5sums_i686 = 115ab59582e5e28a123d0f208a42e358
|
||||
source_x86_64 = Zotero-5.0.5_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.5
|
||||
md5sums_x86_64 = d2f17e7b5f93a9db428f9f0f2d85fb18
|
||||
|
||||
pkgname = zotero
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
|
||||
|
||||
pkgname=zotero
|
||||
pkgver=5.0.4
|
||||
pkgver=5.0.5
|
||||
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' 'alsa-lib' 'gtk2' 'gcc-libs' 'nss')
|
||||
|
||||
md5sums=('f227abe95940abd63367716928c6e379')
|
||||
md5sums_i686=('9a4d9b80e8fd6cfb837fea081c02327d')
|
||||
md5sums_x86_64=('82a17e59d96b44f5e6665c9b6b112654')
|
||||
md5sums_i686=('115ab59582e5e28a123d0f208a42e358')
|
||||
md5sums_x86_64=('d2f17e7b5f93a9db428f9f0f2d85fb18')
|
||||
|
||||
install='zotero.install'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue