summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2020-06-10 13:35:16 +0200
committerMckol2020-06-10 13:35:16 +0200
commit14a075af80952a05681fb236527f17ee6b0922c1 (patch)
treefd676cc8928eb6114d17acd15a36f1c50fdf443d /PKGBUILD
parent94748d6b042fc9aec6c6c72675f067b103a6ce36 (diff)
downloadaur-14a075af80952a05681fb236527f17ee6b0922c1.tar.gz
Added missing python build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a7a34dcccef..cad8138024dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
-pkgver=0.3.0.r51.4b333ed8
+pkgver=0.6.0.r142.0244ab86a
pkgrel=1
pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ url='https://veloren.net/'
license=('GPL3')
options=('!strip') # This makes debugging issues easier sometimes, comment out if small package size is needed
depends=('gtk3')
-makedepends=('git' 'git-lfs' 'rustup' 'cairo' 'alsa-lib' 'pango' 'atk' 'gdk-pixbuf2')
+makedepends=('git' 'git-lfs' 'rustup' 'cairo' 'alsa-lib' 'pango' 'atk' 'gdk-pixbuf2' 'python')
provides=("$pkgname" 'veloren')
conflicts=("$pkgname" 'veloren')
_repo='https://gitlab.com/veloren/veloren.git'