summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzetaPRIME2020-02-17 02:49:17 -0500
committerzetaPRIME2020-02-17 02:49:17 -0500
commit801c9849c33595148e09939a37a23dfa73df502c (patch)
treef085c98fad5d385e9b5457a74bce44f53a613aa5
parentbe5279d1031c1cd3edb4f2339c4b074eda91a619 (diff)
downloadaur-multibound-git.tar.gz
now uses webengine instead of libxml++
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a99e9984b26b..e4d6a1ebb74b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = multibound-git
pkgdesc = Starbound profile launcher
- pkgver = r14.104d44a
+ pkgver = r22.a55331c
pkgrel = 1
url = https://github.com/zetaPRIME/MultiBound2/
arch = any
@@ -9,7 +9,7 @@ pkgbase = multibound-git
makedepends = qt5-tools
depends = qt5-base
depends = qt5-declarative
- depends = libxml++
+ depends = qt5-webengine
conflicts = multibound
source = multibound::git+https://github.com/zetaPRIME/MultiBound2.git
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c6812b4b037c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+src
+pkg
+multibound
+*.tar.xz
+*.tar.gz
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 7f327aa08c22..076d48ce64f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: zetaPRIME <qmanxt at gmail dot com>
pkgname=multibound-git
_realname=multibound
-pkgver=r14.104d44a
+pkgver=r22.a55331c
pkgrel=1
pkgdesc="Starbound profile launcher"
arch=('any')
url="https://github.com/zetaPRIME/MultiBound2/"
license=('LGPL2')
-depends=('qt5-base' 'qt5-declarative' 'libxml++')
+depends=('qt5-base' 'qt5-declarative' 'qt5-webengine')
makedepends=('git' 'qt5-tools')
conflicts=('multibound')
source=($_realname::git+https://github.com/zetaPRIME/MultiBound2.git)