diff options
author | wereii | 2021-10-27 17:50:48 +0200 |
---|---|---|
committer | wereii | 2021-10-27 17:50:48 +0200 |
commit | 7775b735213084f0eb5612efce751ec6ccc14457 (patch) | |
tree | efd96cbdd542382b39d2c30bc7a63bc0830bf19b /PKGBUILD | |
parent | dea0e5f93d2eae52e974ac7f4fc8290f6d6b4816 (diff) | |
download | aur-7775b735213084f0eb5612efce751ec6ccc14457.tar.gz |
Patch 2: Added missed dependencies
- python-jose
- python-requests-cache
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,14 +5,14 @@ pkgname=pyfa pkgver=2.38.0 -pkgrel=1 +pkgrel=2 _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-setuptools' 'python-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-roman' 'python-numpy' 'webkit2gtk') +depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python-dateutil' 'python-setuptools' 'python-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-roman' 'python-numpy' 'python-jose' 'python-requests-cache' 'webkit2gtk') optdepends=() options=(!strip) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v$pkgver.tar.gz pyfa.desktop pyfa-start.sh) |