summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23baedd09829..5ec494c00eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfa
pkgdesc = EVE Online Fitting Assistant
- pkgver = 2.9.5
+ pkgver = 2.9.6
pkgrel = 1
url = https://github.com/pyfa-org/Pyfa
arch = any
@@ -20,10 +20,10 @@ pkgbase = pyfa
depends = python-yaml
depends = python-diskcache
depends = python-roman
- source = pyfa-2.9.5.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v2.9.5.tar.gz
+ source = pyfa-2.9.6.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v2.9.6.tar.gz
source = pyfa.desktop
source = pyfa-start.sh
- sha256sums = 7c839acdd96f36b371f0d51de9f9ea233bbdffdfb0afd5f2b75dbbf77b0ee508
+ sha256sums = 51c213641d31b9df4822023a5b2e3a9f7c1e3b93e54f9cb4610b1c7c9ebb99bb
sha256sums = b54ef367e93d7916f6ef3106a27018571d35afc1aa9eadcccc79463050e70786
sha256sums = 0fa4a1cb835ddbb764957cd00426f9bfa52b17bcb6d5dc7428afc256da5e01da
diff --git a/PKGBUILD b/PKGBUILD
index a08950039e19..d7ddde76682f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
pkgname=pyfa
-pkgver=2.9.5
+pkgver=2.9.6
pkgrel=1
_distname="Pyfa-${pkgver}"
pkgdesc="EVE Online Fitting Assistant"
@@ -15,7 +15,7 @@ depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python
optdepends=()
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v$pkgver.tar.gz pyfa.desktop pyfa-start.sh)
-sha256sums=('7c839acdd96f36b371f0d51de9f9ea233bbdffdfb0afd5f2b75dbbf77b0ee508'
+sha256sums=('51c213641d31b9df4822023a5b2e3a9f7c1e3b93e54f9cb4610b1c7c9ebb99bb'
'b54ef367e93d7916f6ef3106a27018571d35afc1aa9eadcccc79463050e70786'
'0fa4a1cb835ddbb764957cd00426f9bfa52b17bcb6d5dc7428afc256da5e01da')