summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2024-04-28 13:04:22 +0200
committerPeter Mattern2024-04-28 13:04:22 +0200
commit7323eb0bda5c93fe65b629decc0fc4d71d768a7e (patch)
treee1955d1ae6c914b5a3b5255a18b5c22f6479201f /PKGBUILD
parent781f40df292f15e2dac15a19308c06a6c562a29b (diff)
downloadaur-meteo-qt.tar.gz
Add python-setuptools as build dependency
Background in https://github.com/dglent/meteo-qt/issues/144.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 127b01418bcf..b54f59bbca85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=meteo-qt
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc='System tray application for weather status information'
arch=('any')
url='https://github.com/dglent/meteo-qt'
license=('GPL-3.0-only')
depends=('python-lxml' 'python-pyqt5' 'python-urllib3')
-makedepends=('qt5-tools')
+makedepends=('python-setuptools' 'qt5-tools')
optdepends=('qt5-translations: translations of some native UI components')
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('823647bcc7a6de9379c9608d30c5231257d66fe172e9d96bf3962900dc8e8af5')