upgpkg: autojump-git 22.5.3.r0.g06e082c-4

updated for python 3.9
This commit is contained in:
Cedric Girard 2021-01-12 09:13:11 +01:00
parent 3ba4ccdfa8
commit 1e2157a6b2
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = autojump-git
pkgdesc = A faster way to navigate your filesystem from the command line
pkgver = 22.5.3.r0.g06e082c
pkgrel = 3
pkgrel = 4
url = http://github.com/wting/autojump
arch = any
license = GPL3

View File

@ -5,7 +5,7 @@
pkgname=autojump-git
pkgver=22.5.3.r0.g06e082c
pkgrel=3
pkgrel=4
pkgdesc="A faster way to navigate your filesystem from the command line"
arch=(any)
url="http://github.com/wting/autojump"
@ -18,7 +18,7 @@ source=('git+https://github.com/wting/autojump.git')
md5sums=('SKIP')
_gitname="autojump"
_python="python3.8"
_python="python3.9"
pkgver() {
cd ${_gitname}