summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-02-12 13:36:59 +0100
committerKlaus Alexander Seistrup2024-02-12 13:36:59 +0100
commitd73e4f7d5d49699ad683a07a994c6f58de08e802 (patch)
tree7bff7f70cce3b894386a07d32da2b1beb0e0325f
parente1453941593cd1aa45b2b24eb8dff7d2294335ec (diff)
downloadaur-d73e4f7d5d49699ad683a07a994c6f58de08e802.tar.gz
Lose provides and conflicts since we are the main package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1e7a80225b..9305efe0d263 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.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Rory-Sullivan/metno-locationforecast
arch = any
license = MIT
@@ -10,14 +10,10 @@ pkgbase = python-metno-locationforecast
makedepends = python-wheel
depends = python
depends = python-requests
- conflicts = python-metno-locationforecast
- conflicts = python-metno-locationforecast-git
source = metno-locationforecast-1.1.0.tar.gz::https://github.com/Rory-Sullivan/metno-locationforecast/archive/refs/tags/v1.1.0.tar.gz
source = setup-py.diff
sha256sums = b24fb745fcb307e74e885b632ffdbc8a53a5401d2a8f094a66f02ce1b78bbbf7
sha256sums = d8c2128c2deb3dc5ac2b0d27817269f2b830466b3b6553b96bea2d1c7c4fd14a
- sha512sums = a61866e020385409e892d441ec5dbdb53e4f235af2521e9e53a1a5d69479344244e4ddd8fc6033d0d4c63df8c1eec9a15894f59b9e140edec0de619b72ae42e5
- sha512sums = 40586fa435fc1071391bfb7ef4aed6e9b16328ca8d66f3c8cc61858d99294396d50fa80482d9e1dc65939112e18408341e39d06063795f259f89899ad836c6f4
b2sums = ab91bab97ac500ed9e11f2ba30e9636c37aa70e77c5336e2a8b2ec60b9d3c7b963a54f11d1817b3c7c54334229aac33743b015f714b38b977bf7a09c9b9f9172
b2sums = 09f0f08eb3bfb6a1be64e65cb4ec1d1d8714ef3c73faa181b5652090aee7ab33ce166a41a14b959bf0a2fc69cc11e75b35fcf3295ea3c6486f5de66e64145d75
diff --git a/PKGBUILD b/PKGBUILD
index cf1e146df0af..99b0541e8877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname='python-metno-locationforecast'
_pkgname="${pkgname#python-}"
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Python interface for the MET Norway Locationforecast/2.0 weather service'
arch=('any')
-license=('MIT')
+license=('MIT') # SPDX-License-Identifier: MIT
url='https://github.com/Rory-Sullivan/metno-locationforecast'
source=(
"$_pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v${pkgver}.tar.gz"
@@ -22,16 +22,10 @@ makedepends=(
'python-installer'
'python-wheel'
)
-provided=("$pkgname")
-conflicts=("$pkgname" "$pkgname-git")
sha256sums=(
'b24fb745fcb307e74e885b632ffdbc8a53a5401d2a8f094a66f02ce1b78bbbf7'
'd8c2128c2deb3dc5ac2b0d27817269f2b830466b3b6553b96bea2d1c7c4fd14a'
)
-sha512sums=(
- 'a61866e020385409e892d441ec5dbdb53e4f235af2521e9e53a1a5d69479344244e4ddd8fc6033d0d4c63df8c1eec9a15894f59b9e140edec0de619b72ae42e5'
- '40586fa435fc1071391bfb7ef4aed6e9b16328ca8d66f3c8cc61858d99294396d50fa80482d9e1dc65939112e18408341e39d06063795f259f89899ad836c6f4'
-)
b2sums=(
'ab91bab97ac500ed9e11f2ba30e9636c37aa70e77c5336e2a8b2ec60b9d3c7b963a54f11d1817b3c7c54334229aac33743b015f714b38b977bf7a09c9b9f9172'
'09f0f08eb3bfb6a1be64e65cb4ec1d1d8714ef3c73faa181b5652090aee7ab33ce166a41a14b959bf0a2fc69cc11e75b35fcf3295ea3c6486f5de66e64145d75'