summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2024-05-02 11:40:58 +0200
committerChristoph Fink2024-05-02 11:40:58 +0200
commit07a645a39eb58924a1a9dff68b21105ad65472fb (patch)
tree1368922d22aead04788b2908a2ef483a12dd7b52
parentf752c43d7d019e57db0b08de9ddcb930654a629d (diff)
downloadaur-07a645a39eb58924a1a9dff68b21105ad65472fb.tar.gz
upgpkg: python-wolkenbruch 0.6.4-4
trigger rebuild for Python 3.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58631b81e416..d150555d5853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-wolkenbruch
pkgdesc = Remind you to pack your rain gear when it’s forecast to rain
pkgver = 0.6.4
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/christophfink/wolkenbruch/
arch = any
- license = BSD
+ license = GPL-3.0-or-later
makedepends = python-setuptools
depends = python
depends = python-geocoder
diff --git a/PKGBUILD b/PKGBUILD
index e2dc1874d916..2fa16e48e4b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgdesc="Remind you to pack your rain gear when it’s forecast to rain"
url="https://gitlab.com/christophfink/wolkenbruch/"
pkgver=0.6.4
-pkgrel=3
+pkgrel=4
arch=("any")
-license=("BSD")
+license=("GPL-3.0-or-later")
makedepends=(
"python-setuptools"