summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Schantl2023-07-08 12:00:37 +0000
committerMichael Schantl2023-07-08 12:00:37 +0000
commitd8172113415019e16ecf1450772bddc1041faf8d (patch)
treeb7c9e4fce36c8325d2a353cd9091b519b90d43b6 /PKGBUILD
parent24d78a9d95b36a275ae7192d8ac60c68b5c7df82 (diff)
downloadaur-d8172113415019e16ecf1450772bddc1041faf8d.tar.gz
upgpkg: weewx 4.10.2-5
Fix "python-pillow" dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2df48372fe91..aa8393ec1298 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=4
+pkgrel=5
pkgdesc="Software for logging data from weather stations"
arch=("any")
url="http://www.weewx.com/"
@@ -23,8 +23,7 @@ depends=("python"
"python-six"
"python-configobj"
"python-pyserial"
- "python-pillow>=9.5.0"
- "python-pillow<10.0.0"
+ "python-pillow95"
"python-pyusb"
"python-cheetah3")
optdepends=("python-pyephem: extended almanac information"