summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwereii2021-05-20 01:49:08 +0200
committerwereii2021-05-20 01:49:08 +0200
commit24fb0354f5fc505dc61761eb20d68878578d99fa (patch)
tree5d48cb5d1eeab751088f63e6c05a11a65ff2c5bc /PKGBUILD
parent08219e40142947a5b3d28c435705411eb1c879d6 (diff)
downloadaur-24fb0354f5fc505dc61761eb20d68878578d99fa.tar.gz
upgpkg: pyfa 2.35.0-2 - Removed old dependency
Removed python-diskcache, a dependency of esipy, which is not a dependency of Pyfa anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac28d284c7e3..20ba84fd00ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=pyfa
pkgver=2.35.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-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-diskcache' 'python-roman' 'python-numpy' 'webkit2gtk')
+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-roman' 'python-numpy' '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)