Skip to content

Commit

Permalink
Add python-setuptools as build dependency
Browse files Browse the repository at this point in the history
Background in dglent/meteo-qt#144.
  • Loading branch information
pmattern committed Apr 28, 2024
1 parent 781f40d commit 7323eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pkgbase = meteo-qt
pkgdesc = System tray application for weather status information
pkgver = 3.3
pkgrel = 1
pkgrel = 2
url = https://github.com/dglent/meteo-qt
arch = any
license = GPL-3.0-only
makedepends = python-setuptools
makedepends = qt5-tools
depends = python-lxml
depends = python-pyqt5
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7323eb0

Please sign in to comment.