autojump: update to 22.5.3.

This commit is contained in:
maxice8 2019-04-08 07:26:26 -03:00 committed by maxice8
parent 44c77ec4e6
commit 39e8b98591
1 changed files with 7 additions and 7 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'autojump'
pkgname=autojump
version=22.5.1
version=22.5.3
revision=1
wrksrc=${pkgname}-release-v${version}
archs=noarch
wrksrc="${pkgname}-release-v${version}"
hostmakedepends="python"
depends="python"
archs=noarch
short_desc="A cd command that learns"
short_desc="Self-learning cd command"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-3"
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=765fabda130eb4df70d1c1e5bc172e1d18f8ec22c6b89ff98f1674335292e99f
checksum=00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1
do_install() {
# The install script does some naive checks
@ -19,5 +19,5 @@ do_install() {
}
post_install() {
sed -i "s:${DESTDIR}::" ${DESTDIR}/etc/profile.d/autojump.sh
vsed -i "s:${DESTDIR}::" ${DESTDIR}/etc/profile.d/autojump.sh
}