mirror of
https://github.com/archlinux/aur.git
synced 2026-03-08 07:59:39 +01:00
5.0.96.2-3 Some PKGBUILD improvements
This commit is contained in:
parent
6486aa3fbd
commit
e5d1a62a6b
2 changed files with 4 additions and 6 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
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.96.2
|
||||
pkgrel = 2
|
||||
url = http://www.zotero.org/download
|
||||
pkgrel = 3
|
||||
url = https://www.zotero.org/download
|
||||
install = zotero.install
|
||||
arch = x86_64
|
||||
license = AGPL3
|
||||
|
|
@ -16,4 +16,3 @@ pkgbase = zotero
|
|||
sha256sums_x86_64 = 653faac4d2e3746dbd0e1c95d095ed8031c38b68183f22ab6708093aba392082
|
||||
|
||||
pkgname = zotero
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,12 +1,11 @@
|
|||
# Contributor: Juanma Hernandez <juanmah@gmail.com>
|
||||
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
|
||||
|
||||
pkgname=zotero
|
||||
pkgver=5.0.96.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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"
|
||||
url="https://www.zotero.org/download"
|
||||
license=('AGPL3')
|
||||
depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue