summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2023-03-07 21:14:25 +0100
committerBjoern Franke2023-03-07 21:14:25 +0100
commit9e133ae5b3acc69e2090ae2604044df198c11568 (patch)
tree180d36f32557bf7c00294bdf6f82a002a09e8f59 /PKGBUILD
parent70978c241e564b49ff4e742011d93ed3b225cfdd (diff)
downloadaur-9e133ae5b3acc69e2090ae2604044df198c11568.tar.gz
add python-dateutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c6dd8594259..1b14d02f7cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pywws
pkgver=23.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python software for USB Wireless WeatherStations"
arch=('any')
url="https://github.com/jim-easterbrook/pywws"
license=('GPL')
-depends=('python-tzlocal' 'python-libusb1')
+depends=('python-tzlocal' 'python-libusb1' 'python-dateutil')
optdepends=(
'python-croniter: flexible timed tasks'
'python-daemon: runs pywws as a proper UNIX daemon process'