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