summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2020-11-30 10:58:16 +0100
committerMckol2020-11-30 10:58:16 +0100
commit1f22a26191106a3f1eaf7c2f20194c89f9cea534 (patch)
treed8a96182697d9ee4f0ac0649e4e5b14331410f7c /PKGBUILD
parent2290ea6779478d182cf10beefba8af799dcc9b11 (diff)
downloadaur-1f22a26191106a3f1eaf7c2f20194c89f9cea534.tar.gz
Updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25b8a800ce47..07ba2af236a5 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.8.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' 'python')
+depends=('systemd-libs' 'alsa-lib' 'libxcb')
+makedepends=('systemd-libs' 'alsa-lib' 'git' 'git-lfs' 'rustup' 'cairo' 'pango' 'atk' 'gdk-pixbuf2' 'python' 'openssl')
provides=("$pkgname")
conflicts=("$pkgname")
_repo='https://gitlab.com/veloren/veloren.git'