summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Müllenhaupt2017-08-08 11:21:09 +0200
committerMartin Müllenhaupt2017-08-08 11:21:09 +0200
commit3b7a7ef22575c7070de5396de6dbc54c49b03a9e (patch)
tree1c738ebb0e918a72f1f9ae554edd83e1e9d76f23
parent538dfd5e2d1a39b89b21ab1ef5376024c1bede68 (diff)
downloadaur-3b7a7ef22575c7070de5396de6dbc54c49b03a9e.tar.gz
remove old deps
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d44821b02421..4d8abaff5f0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 07:45:53 UTC 2017
+# Tue Aug 8 09:20:59 UTC 2017
pkgbase = python-fafclient
pkgdesc = Forged Alliance Forever - Lobby Client. Community-driven client system for Supreme Commander: Forged Alliance.
pkgver = 0.16.0.rc.2
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = http://www.faforever.com/
arch = any
@@ -12,16 +12,8 @@ pkgbase = python-fafclient
makedepends = git
depends = python-pyqt5
depends = python-ipaddress
- depends = python-py
- depends = python-pycparser
- depends = python-dateutil
- depends = python-requests
- depends = python-lupa
depends = python-trueskill
- depends = python-cffi
- depends = python-marshmallow-jsonapi
depends = python-semantic-version
- depends = python-faftools
depends = lib32-libpulse
depends = wine>1.6.0
depends = xdelta3
diff --git a/PKGBUILD b/PKGBUILD
index 6e385486dacc..fcf5914a00ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Müllenhaupt <mm+aur.archlinux.org@netlair.de>
pkgname=python-fafclient
pkgver=0.16.0.rc.2
-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-py' 'python-pycparser' 'python-dateutil' 'python-requests' 'python-lupa' 'python-trueskill' 'python-cffi' 'python-marshmallow-jsonapi' 'python-semantic-version' 'python-faftools' 'lib32-libpulse' 'wine>1.6.0' 'xdelta3' 'faf-uid' 'qt5-webengine')
+depends=('python-pyqt5' 'python-ipaddress' 'python-trueskill' 'python-semantic-version' 'lib32-libpulse' 'wine>1.6.0' 'xdelta3' 'faf-uid' 'qt5-webengine')
makedepends=('python-setuptools' 'git')
checkdepends=()
optdepends=()