summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46512b7794d8..2020e018443a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = airshipper-git
pkgdesc = The official launcher for Veloren - an open-world, open-source multiplayer voxel RPG
- pkgver = 0.4.1.r0.19dcd15
+ pkgver = 0.4.2.r0.ff875aa
pkgrel = 1
url = https://www.songtronix.com/
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = airshipper-git
makedepends = rustup
depends = openssl
depends = libxcb
+ depends = bzip2
provides = airshipper
conflicts = airshipper
noextract = airshipper.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 718c1e3930f6..2fcff09cecbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-Maintainer: Songtronix <contact@songtronix.com>
pkgname=airshipper-git
-pkgver=0.4.1.r0.19dcd15
+pkgver=0.4.2.r0.ff875aa
pkgrel=1
pkgdesc="The official launcher for Veloren - an open-world, open-source multiplayer voxel RPG"
arch=('x86_64' 'i686')
url='https://www.songtronix.com/'
license=('GPL3')
-depends=('openssl' 'libxcb')
+depends=('openssl' 'libxcb' 'bzip2')
makedepends=('git' 'rustup')
provides=('airshipper')
conflicts=('airshipper')