summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2020-06-10 13:24:30 +0200
committerMckol2020-06-10 13:24:30 +0200
commit1558cb4129bbb6b565b57752a23b1416ea873fe1 (patch)
tree702ba9c1b4c80487f5a322081e300fcce2bf1d2f
parent9bb596505802524e74e704c169bf22dcc2199f42 (diff)
downloadaur-1558cb4129bbb6b565b57752a23b1416ea873fe1.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 9b65ba50a6f5..0196494352a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veloren
pkgdesc = An open-world, open-source multiplayer voxel RPG
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://veloren.net/
arch = x86_64
arch = i686
@@ -14,6 +14,7 @@ pkgbase = veloren
makedepends = pango
makedepends = atk
makedepends = gdk-pixbuf2
+ makedepends = python
depends = gtk3
provides = veloren
conflicts = veloren
diff --git a/PKGBUILD b/PKGBUILD
index d5c479dbd221..b05d316502a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
export GIT_LFS_SKIP_SMUDGE=1 # This is to prevent Git LFS errors
pkgname=veloren
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='An open-world, open-source multiplayer voxel RPG'
arch=('x86_64' 'i686')
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")
conflicts=("$pkgname")
_repo='https://gitlab.com/veloren/veloren.git'