summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b54423d128d..77a886a57b0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
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
+ pkgdesc = Downloads the weather report for a given station ID and decodes it
pkgver = 1.0
pkgrel = 1
url = http://www.schwarzvogel.de/software-pymetar.shtml
diff --git a/PKGBUILD b/PKGBUILD
index 099318e4be50..056c8a45d351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-#Maintainer: Jarek Sedlacek <jareksedlacek@gmail.com
+# Maintainer: Miguel Revilla <yo at miguelrevilla dot com>
+# Contributor: Jarek Sedlacek <jareksedlacek@gmail.com>
pkgname=pymetar
pkgver=1.0
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"
+pkgdesc="Downloads the weather report for a given station ID and decodes it"
arch=('any')
url="http://www.schwarzvogel.de/software-pymetar.shtml"
license=('GPL2')