diff --git a/srcpkgs/autojump/template b/srcpkgs/autojump/template index bca9f2c7705..3857581ea63 100644 --- a/srcpkgs/autojump/template +++ b/srcpkgs/autojump/template @@ -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 " -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 }