summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Müllenhaupt2019-01-28 14:43:59 +0100
committerMartin Müllenhaupt2019-01-28 14:43:59 +0100
commit60c06ea4b5e3c5f499b7d61da360b2a265dd1f39 (patch)
tree9ecce7a3ff1be2584cfa7a32530e791fc8c919fe
parent148c384281024b60787f60c4c158083e35e4c0cb (diff)
downloadaur-60c06ea4b5e3c5f499b7d61da360b2a265dd1f39.tar.gz
fix git error and deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 447fabf7b3f6..17affe8be8fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fafclient
pkgdesc = Forged Alliance Forever - Lobby Client. Community-driven client system for Supreme Commander: Forged Alliance.
pkgver = 0.18.1
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = http://www.faforever.com/
arch = any
@@ -19,6 +19,7 @@ pkgbase = python-fafclient
depends = qt5-webengine
depends = qt5-multimedia
depends = python-jinja
+ depends = python-sip
replaces = python2-fafclient
source = git+https://github.com/FAForever/client.git#branch=stable/0.18
source = FAForeverPy37.desktop
diff --git a/PKGBUILD b/PKGBUILD
index ef6a3d815acf..0485f622fc11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Müllenhaupt <mm+aur.archlinux.org@netlair.de>
pkgname=python-fafclient
pkgver=0.18.1
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc="Forged Alliance Forever - Lobby Client. Community-driven client system for Supreme Commander: Forged Alliance."
url="http://www.faforever.com/"
arch=('any')
license=('GPL3')
groups=()
-depends=('python-pyqt5' 'python-ipaddress' 'python-jsonschema' 'python-semantic-version' 'lib32-libpulse' 'wine>1.6.0' 'xdelta3' 'faf-uid' 'qt5-webengine' 'qt5-multimedia' 'python-jinja')
+depends=('python-pyqt5' 'python-ipaddress' 'python-jsonschema' 'python-semantic-version' 'lib32-libpulse' 'wine>1.6.0' 'xdelta3' 'faf-uid' 'qt5-webengine' 'qt5-multimedia' 'python-jinja' 'python-sip')
makedepends=('python-setuptools' 'git')
checkdepends=()
optdepends=()