summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2022-04-09 19:12:52 +0200
committerMckol2022-04-09 19:12:52 +0200
commitc7f9ce904b1cf99d5d947801518ac379dfea8782 (patch)
tree0edf760fc8017463198e12187fc784a928f4b37d
parent1cb0ca45453d58b3543dbb00c7d8947fe548269e (diff)
downloadaur-c7f9ce904b1cf99d5d947801518ac379dfea8782.tar.gz
Added cmake makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b71ab048992..6029aeef04e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = veloren
pkgdesc = An open-world, open-source multiplayer voxel RPG
pkgver = 0.12.0
- pkgrel = 2
+ pkgrel = 3
url = https://veloren.net/
arch = x86_64
arch = i686
license = GPL3
makedepends = atk
+ makedepends = cmake
makedepends = cairo
makedepends = gdk-pixbuf2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index d0caf06250ca..20529cdbd688 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.12.0
-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' 'cairo' 'cmake' 'gdk-pixbuf2' 'git' 'git-lfs' 'openssl' 'pango' 'python' 'rustup' 'systemd')
provides=()
conflicts=()
_repo='https://gitlab.com/veloren/veloren.git'