summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2024-04-07 16:57:39 +0400
committerNeoTheFox2024-04-07 16:57:39 +0400
commitb03f03488e158ff45c9ac8b3d0a835c9ca1a0817 (patch)
treef7fddd7352837b1c2c2409d9722ea45902ccd778
parentef4e5e982b6ae5628751f5e60789f843a84e0cc7 (diff)
downloadaur-b03f03488e158ff45c9ac8b3d0a835c9ca1a0817.tar.gz
bump to 5.10.3 with additional fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--edmarketconnector.desktop2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a8e67aaa298..ca4cd8ea65ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = edmarketconnector
pkgdesc = Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools
- pkgver = 5.9.5
+ pkgver = 5.10.3
pkgrel = 1
url = https://github.com/EDCD/EDMarketConnector
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = edmarketconnector
depends = python-semantic-version
provides = edmarketconnector
conflicts = edmarketconnector
- source = https://github.com/EDCD/EDMarketConnector/archive/Release/5.9.5.tar.gz
+ source = https://github.com/EDCD/EDMarketConnector/releases/download/Release%2F5.10.3/EDMarketConnector-release-5.10.3.tar.gz
source = edmarketconnector.sh
source = edmarketconnector.desktop
- sha256sums = f73d2466114ef6396b0edc06305e7b84d968f1f4688bcd854e89c2ca6d1af90a
+ sha256sums = a1f07517695bccd6a30726e602f06049d733ec8cf896bc01b030a9f0b897391f
sha256sums = 7be0528d56edfcb444c4a7ba7a18e85296571e7558906c90fe6520c03206242c
- sha256sums = fa797932630e7b5e7cc42b0f0f4b20126b5af67661c636885b5486008cb1b13a
+ sha256sums = 5f755b86b1b5a3f879be6555cce0c2628006195b95f10fb48df4b1d1d8af6900
pkgname = edmarketconnector
diff --git a/PKGBUILD b/PKGBUILD
index 71d8d5c24d50..3df4e057e184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Henry Graham <henry)dot(arch)at(hgrahamcs)dot(com(>
pkgname=edmarketconnector
-pkgver=5.9.5
+pkgver=5.10.3
pkgrel=1
pkgdesc='Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools'
arch=('x86_64')
@@ -11,18 +11,18 @@ license=('GPL2')
provides=('edmarketconnector')
conflicts=('edmarketconnector')
depends=('tk' 'python-certifi' 'python-requests' 'python-watchdog' 'python-semantic-version')
-source=("https://github.com/EDCD/EDMarketConnector/archive/Release/${pkgver}.tar.gz"
+source=("https://github.com/EDCD/EDMarketConnector/releases/download/Release%2F${pkgver}/EDMarketConnector-release-${pkgver}.tar.gz"
"edmarketconnector.sh"
"edmarketconnector.desktop")
-sha256sums=('f73d2466114ef6396b0edc06305e7b84d968f1f4688bcd854e89c2ca6d1af90a'
+sha256sums=('a1f07517695bccd6a30726e602f06049d733ec8cf896bc01b030a9f0b897391f'
'7be0528d56edfcb444c4a7ba7a18e85296571e7558906c90fe6520c03206242c'
- 'fa797932630e7b5e7cc42b0f0f4b20126b5af67661c636885b5486008cb1b13a')
+ '5f755b86b1b5a3f879be6555cce0c2628006195b95f10fb48df4b1d1d8af6900')
package() {
mkdir -p ${pkgdir}/usr/lib/edmarketconnector
mkdir -p ${pkgdir}/usr/bin/
mkdir -p ${pkgdir}/usr/share/applications
- cp ${srcdir}/EDMarketConnector-Release-${pkgver}/* ${pkgdir}/usr/lib/edmarketconnector -r
+ cp ${srcdir}/EDMarketConnector/* ${pkgdir}/usr/lib/edmarketconnector -r
install -m755 edmarketconnector.sh ${pkgdir}/usr/bin/edmarketconnector.sh
install -m644 edmarketconnector.desktop ${pkgdir}/usr/share/applications/edmarketconnector.desktop
}
diff --git a/edmarketconnector.desktop b/edmarketconnector.desktop
index 6f109502690a..8cee113c72f5 100644
--- a/edmarketconnector.desktop
+++ b/edmarketconnector.desktop
@@ -6,4 +6,4 @@ Comment=Downloads commodity market and other station data from the game Elite: D
Exec=edmarketconnector.sh
Icon=application-rss+xml-symbolic
Terminal=false
-Categories=Games;
+Categories=Game;