upgpkg: autojump-git 22.5.3.r0.g06e082c-3
forgot to set $_python
This commit is contained in:
parent
684c0ea03d
commit
06ff6041f8
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue