summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Schantl2023-07-07 13:37:29 +0000
committerMichael Schantl2023-07-07 13:37:29 +0000
commit24d78a9d95b36a275ae7192d8ac60c68b5c7df82 (patch)
tree6919c81dc929e400125f051668a085a65bd363ff /PKGBUILD
parent7af5b7870b2cc3d7cc2fdc1a197b469ffc05c222 (diff)
downloadaur-24d78a9d95b36a275ae7192d8ac60c68b5c7df82.tar.gz
upgpkg: weewx 4.10.2-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c489351bedf..2df48372fe91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ function _dl_url {
echo "https://github.com/weewx/weewx/archive/refs/tags/v$1.$2.$3.tar.gz"
}
-pkgrel=3
+pkgrel=4
pkgdesc="Software for logging data from weather stations"
arch=("any")
url="http://www.weewx.com/"
@@ -22,8 +22,9 @@ depends=("python"
"python-daemon"
"python-six"
"python-configobj"
- "python-pillow"
"python-pyserial"
+ "python-pillow>=9.5.0"
+ "python-pillow<10.0.0"
"python-pyusb"
"python-cheetah3")
optdepends=("python-pyephem: extended almanac information"