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

forgot to set $_python
This commit is contained in:
Cedric Girard 2019-11-26 12:16:46 +01:00
parent 684c0ea03d
commit 06ff6041f8
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,12 @@
pkgbase = autojump-git
pkgdesc = A faster way to navigate your filesystem from the command line
pkgver = 22.5.3.r0.g06e082c
pkgrel = 2
pkgrel = 3
url = http://github.com/wting/autojump
arch = any
license = GPL3
makedepends = git
depends = python
depends = python>=3.8
provides = autojump
conflicts = autojump
source = git+https://github.com/wting/autojump.git

View File

@ -5,12 +5,12 @@
pkgname=autojump-git
pkgver=22.5.3.r0.g06e082c
pkgrel=2
pkgrel=3
pkgdesc="A faster way to navigate your filesystem from the command line"
arch=(any)
url="http://github.com/wting/autojump"
license=('GPL3')
depends=('python')
depends=('python>=3.8')
makedepends=('git')
conflicts=('autojump')
provides=('autojump')
@ -18,6 +18,7 @@ source=('git+https://github.com/wting/autojump.git')
md5sums=('SKIP')
_gitname="autojump"
_python="python3.8"
pkgver() {
cd ${_gitname}