summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2021-12-13 07:33:06 +0100
committerKlaus Alexander Seistrup2021-12-13 07:33:06 +0100
commit7dea3d327bc9a30c77d833da22e3bb2ee2ae3d36 (patch)
tree962bfb4a647d099b9eac314e2f25cba6d1281047
parent95250714421d37b92cf0f1fe2c99f7d477fbc3f9 (diff)
downloadaur-7dea3d327bc9a30c77d833da22e3bb2ee2ae3d36.tar.gz
bump $pkgrel to trigger rebuild for python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf48d612011..0d2239308b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-metno-locationforecast
pkgdesc = Python interface for the MET Norway Locationforecast/2.0 weather service
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Rory-Sullivan/metno-locationforecast
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f22a6565c378..33e7d20af4a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-metno-locationforecast'
_pkgname="${pkgname#python-}"
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Python interface for the MET Norway Locationforecast/2.0 weather service'
arch=('any')
license=('MIT')