Add python makedepend

This commit is contained in:
Bart De Vries 2021-11-27 21:20:58 +01:00
parent 0f8323ffde
commit da00fbee7a
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = box64-git
pkgdesc = Linux Userspace x86_64 Emulator with a twist
pkgver = v0.1.2.r237.g1cb55b2
pkgver = v0.1.6.r24.g40c5824
pkgrel = 1
url = https://github.com/ptitSeb/box64
arch = x86_64
@ -8,6 +8,7 @@ pkgbase = box64-git
license = MIT
makedepends = git
makedepends = cmake
makedepends = python
depends = gcc-libs
provides = box64
conflicts = box64

View File

@ -2,7 +2,7 @@
_pkgname=box64
pkgname=${_pkgname}-git
pkgver=v0.1.2.r237.g1cb55b2
pkgver=v0.1.6.r24.g40c5824
pkgrel=1
pkgdesc='Linux Userspace x86_64 Emulator with a twist'
arch=('x86_64' 'aarch64')
@ -10,7 +10,7 @@ url='https://github.com/ptitSeb/box64'
license=('MIT')
depends=('gcc-libs')
#optdepends=('')
makedepends=('git' 'cmake')
makedepends=('git' 'cmake' 'python')
provides=(box64)
conflicts=(box64)
source=("git+https://github.com/ptitSeb/box64.git#branch=main")