Add python makedepend
This commit is contained in:
parent
0f8323ffde
commit
da00fbee7a
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = box64-git
|
pkgbase = box64-git
|
||||||
pkgdesc = Linux Userspace x86_64 Emulator with a twist
|
pkgdesc = Linux Userspace x86_64 Emulator with a twist
|
||||||
pkgver = v0.1.2.r237.g1cb55b2
|
pkgver = v0.1.6.r24.g40c5824
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/ptitSeb/box64
|
url = https://github.com/ptitSeb/box64
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -8,6 +8,7 @@ pkgbase = box64-git
|
|||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
makedepends = python
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
provides = box64
|
provides = box64
|
||||||
conflicts = box64
|
conflicts = box64
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
_pkgname=box64
|
_pkgname=box64
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=v0.1.2.r237.g1cb55b2
|
pkgver=v0.1.6.r24.g40c5824
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Linux Userspace x86_64 Emulator with a twist'
|
pkgdesc='Linux Userspace x86_64 Emulator with a twist'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
@ -10,7 +10,7 @@ url='https://github.com/ptitSeb/box64'
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
#optdepends=('')
|
#optdepends=('')
|
||||||
makedepends=('git' 'cmake')
|
makedepends=('git' 'cmake' 'python')
|
||||||
provides=(box64)
|
provides=(box64)
|
||||||
conflicts=(box64)
|
conflicts=(box64)
|
||||||
source=("git+https://github.com/ptitSeb/box64.git#branch=main")
|
source=("git+https://github.com/ptitSeb/box64.git#branch=main")
|
||||||
|
Loading…
Reference in New Issue
Block a user