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 pkgbase = autojump-git
pkgdesc = A faster way to navigate your filesystem from the command line pkgdesc = A faster way to navigate your filesystem from the command line
pkgver = 22.5.3.r0.g06e082c pkgver = 22.5.3.r0.g06e082c
pkgrel = 3 pkgrel = 4
url = http://github.com/wting/autojump url = http://github.com/wting/autojump
arch = any arch = any
license = GPL3 license = GPL3

View file

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