diff options
author | wereii | 2021-10-29 15:51:51 +0200 |
---|---|---|
committer | wereii | 2024-12-07 12:21:10 +0100 |
commit | 565553fdb708539e8cffbd22ff3792c03c105565 (patch) | |
tree | d1382395c4d7b4d8693960132cfbf5ee265b72cf /PKGBUILD | |
parent | 14a2d8d84bcdb479b05e7b9e66c4e3e9eb563851 (diff) | |
download | aur-565553fdb708539e8cffbd22ff3792c03c105565.tar.gz |
Needs webkit2gtk-4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,14 +6,14 @@ pkgname=pyfa pkgver=2.61.3 -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-sqlalchemy1.4' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-roman' 'python-numpy' 'python-jose' 'python-requests-cache' 'webkit2gtk') +depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python-dateutil' 'python-setuptools' 'python-requests' 'python-sqlalchemy1.4' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-roman' 'python-numpy' 'python-jose' 'python-requests-cache' 'webkit2gtk-4.1') optdepends=() options=(!strip) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v$pkgver.tar.gz |