summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13008004f5b0..48db56c2f97e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-metar
pkgdesc = a Python package to parse METAR-coded weather reports
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/python-metar/python-metar
arch = x86_64
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/70/48/c0b746fcccde312d990b43be79726791f0d7b10a099693c520d2d29a85f8/metar-1.7.0.tar.gz
+ source = https://files.pythonhosted.org/packages/fa/3b/5ca06c3e300a4bf6259663684943f058a44575500c9953a56650540d7780/metar-1.8.0.tar.gz
source = LICENSE
- sha256sums = bee673dab1cf3767d5a5fcb8b67a2d0194f686503050ab94ffd08fd9a2f2e1e4
+ sha256sums = d23494c5dcb81a857de9f4022cab0cf3d37277a32f675a9e1491e817d56f8428
sha256sums = SKIP
pkgname = python-metar
diff --git a/PKGBUILD b/PKGBUILD
index 0a9c3221bd55..751f08c0585e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-metar
_pipname=metar
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="a Python package to parse METAR-coded weather reports"
url="https://github.com/python-metar/python-metar"
@@ -10,9 +10,9 @@ arch=('x86_64')
license=('custom')
depends=('python')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/70/48/c0b746fcccde312d990b43be79726791f0d7b10a099693c520d2d29a85f8/${_pipname}-${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/fa/3b/5ca06c3e300a4bf6259663684943f058a44575500c9953a56650540d7780/${_pipname}-${pkgver}.tar.gz"
"LICENSE")
-sha256sums=("bee673dab1cf3767d5a5fcb8b67a2d0194f686503050ab94ffd08fd9a2f2e1e4"
+sha256sums=("d23494c5dcb81a857de9f4022cab0cf3d37277a32f675a9e1491e817d56f8428"
"SKIP")
build() {