summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2021-03-19 09:31:02 +0300
committerNeoTheFox2021-03-19 09:31:02 +0300
commit110cd53e1b41b380794858f05b31d87cf3a524a7 (patch)
treec3d57a933061368b67a41adf86db79c82bcf5eb2
parent243fb595865beec3775a2e4a93007df83f62485b (diff)
downloadaur-110cd53e1b41b380794858f05b31d87cf3a524a7.tar.gz
bump to 4.2.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50efa9bbf48e..7d97e2d416f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
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 = 4.2.2
+ pkgver = 4.2.3
pkgrel = 1
url = https://github.com/EDCD/EDMarketConnector
arch = x86_64
license = GPL
+ depends = tk
depends = python-certifi
depends = python-requests
depends = python-watchdog
depends = python-semantic-version
provides = edmarketconnector
conflicts = edmarketconnector
- source = https://github.com/EDCD/EDMarketConnector/archive/Release/4.2.2.tar.gz
+ source = https://github.com/EDCD/EDMarketConnector/archive/Release/4.2.3.tar.gz
source = edmarketconnector.sh
source = edmarketconnector.desktop
- sha256sums = b034056e2788c480dcbca57215d8db04b178f0925c51d66f17700d58e7f7f7be
+ sha256sums = c02c64d2cead27bdcbac23e2fa76e28fdcfef9a7be06734e55940e5a540d4612
sha256sums = 7be0528d56edfcb444c4a7ba7a18e85296571e7558906c90fe6520c03206242c
sha256sums = fa797932630e7b5e7cc42b0f0f4b20126b5af67661c636885b5486008cb1b13a
diff --git a/PKGBUILD b/PKGBUILD
index ceb08d2bc24b..8e80c3b72a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=edmarketconnector
-pkgver=4.2.2
+pkgver=4.2.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')
@@ -9,11 +9,11 @@ url='https://github.com/EDCD/EDMarketConnector'
license=('GPL')
provides=('edmarketconnector')
conflicts=('edmarketconnector')
-depends=('python-certifi' 'python-requests' 'python-watchdog' 'python-semantic-version')
+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=('b034056e2788c480dcbca57215d8db04b178f0925c51d66f17700d58e7f7f7be'
+sha256sums=('c02c64d2cead27bdcbac23e2fa76e28fdcfef9a7be06734e55940e5a540d4612'
'7be0528d56edfcb444c4a7ba7a18e85296571e7558906c90fe6520c03206242c'
'fa797932630e7b5e7cc42b0f0f4b20126b5af67661c636885b5486008cb1b13a')