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
|
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 = 2
|
pkgrel = 3
|
||||||
url = http://github.com/wting/autojump
|
url = http://github.com/wting/autojump
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python
|
depends = python>=3.8
|
||||||
provides = autojump
|
provides = autojump
|
||||||
conflicts = autojump
|
conflicts = autojump
|
||||||
source = git+https://github.com/wting/autojump.git
|
source = git+https://github.com/wting/autojump.git
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
pkgname=autojump-git
|
pkgname=autojump-git
|
||||||
pkgver=22.5.3.r0.g06e082c
|
pkgver=22.5.3.r0.g06e082c
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('python')
|
depends=('python>=3.8')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
conflicts=('autojump')
|
conflicts=('autojump')
|
||||||
provides=('autojump')
|
provides=('autojump')
|
||||||
|
@ -18,6 +18,7 @@ source=('git+https://github.com/wting/autojump.git')
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
_gitname="autojump"
|
_gitname="autojump"
|
||||||
|
_python="python3.8"
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd ${_gitname}
|
cd ${_gitname}
|
||||||
|
|
Loading…
Reference in a new issue