summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMckol2020-11-30 11:18:38 +0100
committerMckol2020-11-30 11:18:38 +0100
commitf16e8e09ab9b00781e59ec20fba1096c4cbc8fba (patch)
treef76960790ba37d248c5cced06c91a7433929f3db /PKGBUILD
parent98e805085f543aa6a8022f4e5935719d93b63ff5 (diff)
downloadaur-f16e8e09ab9b00781e59ec20fba1096c4cbc8fba.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 1309009db7db..cdb390754536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
export GIT_LFS_SKIP_SMUDGE=1
pkgname=veloren-git
-pkgver=0.7.0.r576.20ee9c77f
+pkgver=0.8.0.r0.bce6e1c6e
pkgrel=1
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" 'veloren')
conflicts=("$pkgname" 'veloren')
_repo='https://gitlab.com/veloren/veloren.git'