summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2022-04-09 19:14:33 +0200
committerMckol2022-04-09 19:14:33 +0200
commit0e90d9614f19212e6f489bd09dd0882674c4d39a (patch)
tree1bef250778079ad18c32aa25a3b0cb577cf87a5b /PKGBUILD
parent12bd836e9ac29d025b2317513141bc3d2cf82cab (diff)
downloadaur-0e90d9614f19212e6f489bd09dd0882674c4d39a.tar.gz
Added cmake makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70d232df21d9..641300fe860e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
pkgver=0.10.0.r229.d479b6d20
-pkgrel=2
+pkgrel=3
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=('alsa-lib' 'glslang' 'libxkbcommon-x11' 'pulseaudio-alsa' 'vulkan-icd-loader')
-makedepends=('atk' 'cairo' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
+makedepends=('atk' 'cmake' 'cairo' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
provides=('veloren')
conflicts=('veloren')
_repo='https://gitlab.com/veloren/veloren.git'