mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 11:50:14 +01:00
Library dependency revised. Optional xpdf dependency added.
This commit is contained in:
parent
52629407e0
commit
1adc8772cb
2 changed files with 6 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,17 +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.16
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.zotero.org/download
|
||||
install = zotero.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = dbus-glib
|
||||
depends = alsa-lib
|
||||
depends = gtk2
|
||||
depends = gcc-libs
|
||||
depends = gtk3
|
||||
depends = nss
|
||||
depends = java-environment
|
||||
depends = libxt
|
||||
source = zotero.desktop
|
||||
md5sums = f227abe95940abd63367716928c6e379
|
||||
source_i686 = Zotero-5.0.16_linux_x86_64.tar.bz2::https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=5.0.16
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
pkgname=zotero
|
||||
pkgver=5.0.16
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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"
|
||||
license=('GPL3')
|
||||
depends=('dbus-glib' 'alsa-lib' 'gtk2' 'gcc-libs' 'nss')
|
||||
depends=('dbus-glib' 'gtk2' 'gtk3' 'nss' 'java-environment' 'libxt')
|
||||
|
||||
md5sums=('f227abe95940abd63367716928c6e379')
|
||||
md5sums_i686=('2a12233e693021d3b672395df6c4ca27')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue