summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Revilla2021-12-17 11:22:08 +0100
committerMiguel Revilla2021-12-17 11:22:08 +0100
commitb49504e1a1c53d491b066f1b70a5e1d8e4148877 (patch)
tree70b71f2b045b22ec3592f668abfb27499a5d2395 /PKGBUILD
parent2981ac8e5d8cd07805f83df5c49411fe667fc46b (diff)
downloadaur-pymetar.tar.gz
Update to 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19d609958069..3a18103fbdc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jarek Sedlacek <jareksedlacek@gmail.com>
pkgname=pymetar
-pkgver=1.2
+pkgver=1.4
pkgrel=1
pkgdesc="Downloads the weather report for a given station ID and decodes it"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('python')
makedepends=('python-setuptools')
source=("https://www.schwarzvogel.de/pkgs/$pkgname-$pkgver.tar.gz")
-md5sums=('e79d21699617cfd2377e1820f9204600')
+md5sums=('773d105c1c15cc0a09c7baaaba3d367d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"