summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2019-03-25 10:03:58 +1100
committerSimon Perry (Pezz)2019-03-25 10:03:58 +1100
commitd7b6414d43ed389afc84b93be5c4ca0cfbb74fdc (patch)
treea8589d2eec0e2c434ca0bd52ddd243d91243c357 /PKGBUILD
parent19fbb7d3681eac5ba685608b5719592c34cb757c (diff)
downloadaur-d7b6414d43ed389afc84b93be5c4ca0cfbb74fdc.tar.gz
Fix python-yaml dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0883b4c96fb..f104b201e1d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=pyfa
pkgver=2.8.0
-pkgrel=2
+pkgrel=3
_distname="Pyfa-${pkgver}"
pkgdesc="EVE Online Fitting Assistant"
arch=('any')
url="https://github.com/pyfa-org/Pyfa"
license=('GPL3')
makedepends=('python-pip')
-depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python-dateutil' 'python-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-pyaml' 'python-diskcache' 'python-roman')
+depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python-dateutil' 'python-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-diskcache' 'python-roman')
optdepends=()
source=(${pkgname}.${pkgver}.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v$pkgver.tar.gz pyfa.desktop pyfa-start.sh)