git-annex: replace gnupg2 with gnupg
This commit is contained in:
parent
206bc15e04
commit
6158f86ef6
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'git-annex'
|
# Template file for 'git-annex'
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
version=10.20221003
|
version=10.20221003
|
||||||
revision=1
|
revision=2
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
makedepends="curl file-devel gnupg gnutls-devel gsasl-devel libxml2-devel
|
||||||
lsof rsync git ncurses-devel"
|
lsof rsync git ncurses-devel bup borg nocache git-remote-gcrypt"
|
||||||
# depends are utilities required by git-annex
|
# depends are utilities required by git-annex
|
||||||
depends="git rsync curl lsof gnupg2"
|
depends="git rsync curl lsof gnupg>=2"
|
||||||
short_desc="Git addon for managing large files"
|
short_desc="Git addon for managing large files"
|
||||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="AGPL-3.0-or-later, MIT, BSD-2-Clause, GPL-3.0-or-later, custom:Expat, custom:MIT-twitter, GPL-2.0-only, custom:icon-license"
|
license="AGPL-3.0-or-later, MIT, BSD-2-Clause, GPL-3.0-or-later, custom:Expat, custom:MIT-twitter, GPL-2.0-only, custom:icon-license"
|
||||||
|
|
Loading…
Reference in New Issue