summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schantl2023-07-08 12:00:37 +0000
committerMichael Schantl2023-07-08 12:00:37 +0000
commitd8172113415019e16ecf1450772bddc1041faf8d (patch)
treeb7c9e4fce36c8325d2a353cd9091b519b90d43b6
parent24d78a9d95b36a275ae7192d8ac60c68b5c7df82 (diff)
downloadaur-d8172113415019e16ecf1450772bddc1041faf8d.tar.gz
upgpkg: weewx 4.10.2-5
Fix "python-pillow" dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38ef2becda4b..548d5a72ab80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weewx
pkgdesc = Software for logging data from weather stations
pkgver = 4.10.2
- pkgrel = 4
+ pkgrel = 5
url = http://www.weewx.com/
arch = any
license = GPL3
@@ -10,8 +10,7 @@ pkgbase = weewx
depends = python-six
depends = python-configobj
depends = python-pyserial
- depends = python-pillow>=9.5.0
- depends = python-pillow<10.0.0
+ depends = python-pillow95
depends = python-pyusb
depends = python-cheetah3
optdepends = python-pyephem: extended almanac information
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"