summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db1770e0f67d..925bd75ad797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pymetar
pkgdesc = downloads the weather report for a given station ID, decodes it and the provides easy access to all the data found in the report
- pkgver = 0.19
+ pkgver = 0.20
pkgrel = 1
url = http://www.schwarzvogel.de/software-pymetar.shtml
arch = i686
arch = x86_64
license = GPL2
depends = python2>=2.7
- source = http://www.schwarzvogel.de/pkgs/pymetar-0.19.tar.gz
- md5sums = c1eb3afb5f55c414ffda4cdbb561928d
+ source = http://www.schwarzvogel.de/pkgs/pymetar-0.20.tar.gz
+ md5sums = 6be3da59b26b776c0edf63635b906daf
pkgname = pymetar
diff --git a/PKGBUILD b/PKGBUILD
index 65a42fa8252d..c94ade74a1ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Jarek Sedlacek <jareksedlacek@gmail.com
pkgname=pymetar
-pkgver=0.19
+pkgver=0.20
pkgrel=1
pkgdesc="downloads the weather report for a given station ID, decodes it and the provides easy access to all the data found in the report"
arch=('i686' 'x86_64')
@@ -28,4 +28,4 @@ package(){
}
# vim:set ts=2 sw=2 et:
-md5sums=('c1eb3afb5f55c414ffda4cdbb561928d')
+md5sums=('6be3da59b26b776c0edf63635b906daf')