summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7a6e40fe918..1d3b2cabbb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
pkgname=pyfa
-pkgver=2.48.0
+pkgver=2.50.0
pkgrel=1
_distname="Pyfa-${pkgver}"
pkgdesc="EVE Online Fitting Assistant"
@@ -22,7 +22,7 @@ source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v$
0001-python-3.10-compatibility.patch
)
-sha256sums=('295f96d29bce7f1389331861f6116b36639c4de3734eb988d6e3a938257ab489'
+sha256sums=('de0214ea8a27f1f6b75250283c6948f089907e1cd6dc1e36c8e0cf1aa96844f5'
'b54ef367e93d7916f6ef3106a27018571d35afc1aa9eadcccc79463050e70786'
'0fa4a1cb835ddbb764957cd00426f9bfa52b17bcb6d5dc7428afc256da5e01da'
'f3e1ec098917ef88b579f1d847e29819d396dd8ae91e3ea6d7e984effe9a299c')
@@ -64,7 +64,7 @@ package() {
install -Dm644 "${srcdir}"/pyfa.desktop "${pkgdir}"/usr/share/applications/pyfa.desktop
install -Dm755 "${srcdir}"/pyfa-start.sh "${pkgdir}"/usr/bin/pyfa
- echo -e "\nWARNING: This build of pyfa is running with un-tested dependencies (python3.10, wxPython 3.2)"
+ echo -e "\nWARNING: This build of pyfa is running with un-tested dependencies (python3.10+, wxPython 3.2)"
echo "Expect bugs and crashes."
echo -e "For more details (and place for bug reports) see: https://github.com/pyfa-org/Pyfa/issues/2391\n"
}