summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhgrahamcs2021-07-19 13:27:33 -0500
committerhgrahamcs2021-07-19 13:27:33 -0500
commit6e1867d97704ce62800917844934668168ba75f8 (patch)
treea18268b69fbf1cef8aa2329685aad92b7895c176
parentce89bff19891aa0899b7ba46bc754209ecee08bb (diff)
downloadaur-6e1867d97704ce62800917844934668168ba75f8.tar.gz
bump to 5.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c86c538d61a8..1c2d7d65b7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
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.0.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://github.com/EDCD/EDMarketConnector
arch = x86_64
- license = GPL
+ license = GPL2
depends = tk
depends = python-certifi
depends = python-requests
@@ -12,12 +12,11 @@ pkgbase = edmarketconnector
depends = python-semantic-version
provides = edmarketconnector
conflicts = edmarketconnector
- source = https://github.com/EDCD/EDMarketConnector/archive/Release/5.0.0.tar.gz
+ source = https://github.com/EDCD/EDMarketConnector/archive/Release/5.1.1.tar.gz
source = edmarketconnector.sh
source = edmarketconnector.desktop
- sha256sums = 05bd92d0d86342c36382a830895c0577590b52f271b30189b75bcfa0dd147163
+ sha256sums = e5b2e6353797bf0916b6a54bee5b866b0772944c52a794f6811f212aeca66e75
sha256sums = 7be0528d56edfcb444c4a7ba7a18e85296571e7558906c90fe6520c03206242c
sha256sums = fa797932630e7b5e7cc42b0f0f4b20126b5af67661c636885b5486008cb1b13a
pkgname = edmarketconnector
-
diff --git a/PKGBUILD b/PKGBUILD
index 91cbea0e813d..07cb7a4f8a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
+# Maintainer: Henry Graham <henry)dot(arch)at(hgrahamcs)dot(com(>
pkgname=edmarketconnector
-pkgver=5.0.0
+pkgver=5.1.1
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')
url='https://github.com/EDCD/EDMarketConnector'
-license=('GPL')
+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"
"edmarketconnector.sh"
"edmarketconnector.desktop")
-sha256sums=('05bd92d0d86342c36382a830895c0577590b52f271b30189b75bcfa0dd147163'
+sha256sums=('e5b2e6353797bf0916b6a54bee5b866b0772944c52a794f6811f212aeca66e75'
'7be0528d56edfcb444c4a7ba7a18e85296571e7558906c90fe6520c03206242c'
'fa797932630e7b5e7cc42b0f0f4b20126b5af67661c636885b5486008cb1b13a')