summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2020-06-10 13:35:16 +0200
committerMckol2020-06-10 13:35:16 +0200
commit14a075af80952a05681fb236527f17ee6b0922c1 (patch)
treefd676cc8928eb6114d17acd15a36f1c50fdf443d
parent94748d6b042fc9aec6c6c72675f067b103a6ce36 (diff)
downloadaur-14a075af80952a05681fb236527f17ee6b0922c1.tar.gz
Added missing python build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e27f8d011a7..901d2ece75c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.3.0.r51.4b333ed8
+ pkgver = 0.6.0.r142.0244ab86a
pkgrel = 1
url = https://veloren.net/
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = veloren-git
makedepends = pango
makedepends = atk
makedepends = gdk-pixbuf2
+ makedepends = python
depends = gtk3
provides = veloren-git
provides = veloren
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'