summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-05-04 08:07:35 +0200
committerKlaus Alexander Seistrup2023-05-04 08:07:35 +0200
commite1453941593cd1aa45b2b24eb8dff7d2294335ec (patch)
tree645f9085405e858bb98f4e7b357405463d64571c
parentdea298e68c02d361952eb44096375f6b3c3c1960 (diff)
downloadaur-e1453941593cd1aa45b2b24eb8dff7d2294335ec.tar.gz
Trigger rebuild for Python 3.11
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de38020d75f2..4d1e7a80225b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-metno-locationforecast
pkgdesc = Python interface for the MET Norway Locationforecast/2.0 weather service
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Rory-Sullivan/metno-locationforecast
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = python
depends = python-requests
conflicts = python-metno-locationforecast
conflicts = python-metno-locationforecast-git
diff --git a/PKGBUILD b/PKGBUILD
index 70c603375068..cf1e146df0af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-metno-locationforecast'
_pkgname="${pkgname#python-}"
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Python interface for the MET Norway Locationforecast/2.0 weather service'
arch=('any')
license=('MIT')
@@ -14,6 +14,7 @@ source=(
'setup-py.diff'
)
depends=(
+ 'python'
'python-requests'
)
makedepends=(