autojump: switch to python3
This commit is contained in:
parent
18674501dc
commit
05c34d07ba
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'autojump'
|
||||
pkgname=autojump
|
||||
version=22.5.3
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="${pkgname}-release-v${version}"
|
||||
hostmakedepends="python"
|
||||
depends="python"
|
||||
hostmakedepends="python3"
|
||||
depends="python3"
|
||||
short_desc="Self-learning cd command"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/wting/autojump"
|
||||
distfiles="https://github.com/wting/autojump/archive/release-v${version}.tar.gz"
|
||||
checksum=00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
# The install script does some naive checks
|
||||
|
|
Loading…
Reference in New Issue