summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2020-11-30 11:18:38 +0100
committerMckol2020-11-30 11:18:38 +0100
commitf16e8e09ab9b00781e59ec20fba1096c4cbc8fba (patch)
treef76960790ba37d248c5cced06c91a7433929f3db
parent98e805085f543aa6a8022f4e5935719d93b63ff5 (diff)
downloadaur-f16e8e09ab9b00781e59ec20fba1096c4cbc8fba.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2df3a13dd44c..4631f2fe8fe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,25 @@
pkgbase = veloren-git
pkgdesc = An open-world, open-source multiplayer voxel RPG
- pkgver = 0.7.0.r576.20ee9c77f
+ pkgver = 0.8.0.r0.bce6e1c6e
pkgrel = 1
url = https://veloren.net/
arch = x86_64
arch = i686
license = GPL3
+ makedepends = systemd-libs
+ makedepends = alsa-lib
makedepends = git
makedepends = git-lfs
makedepends = rustup
makedepends = cairo
- makedepends = alsa-lib
makedepends = pango
makedepends = atk
makedepends = gdk-pixbuf2
makedepends = python
- depends = gtk3
+ makedepends = openssl
+ depends = systemd-libs
+ depends = alsa-lib
+ depends = libxcb
provides = veloren-git
provides = veloren
conflicts = veloren-git
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'