summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEXtremeExploit2022-06-13 02:13:59 -0300
committerEXtremeExploit2022-06-13 02:13:59 -0300
commitc4323f9b47532a850c34ba0597b430ced17c009d (patch)
tree161d9a00e632ddaa853d9f06cb25b8e05ddc9e49 /PKGBUILD
parenteafbd9d1f9806e0395a58e0aa6a14c27240b3534 (diff)
downloadaur-c4323f9b47532a850c34ba0597b430ced17c009d.tar.gz
Add python to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 207da09e2330..123a22553698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: aimileus < $(echo YWltaWxpdXNAcHJvdG9ubWFpbC5jb20K | base64 -d)
_pkgname="vita3k"
pkgname="${_pkgname}-git"
-pkgver=r2634.a1588d44
+pkgver=r2665.5a95ee51
pkgrel=1
pkgdesc="Experimental PlayStation Vita emulator"
arch=('x86_64')
@@ -16,6 +16,7 @@ makedepends=(
'vulkan-headers'
'clang'
'ninja'
+ 'python'
)
depends=(
'gtk3'