summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Revilla2018-12-25 11:26:11 +0100
committerMiguel Revilla2018-12-25 11:26:11 +0100
commit177ec6fbd76118d0e07594a97ff37e280d7aa221 (patch)
tree441ad1a08a0c9dd89d55893a2cbaadb226efe589
parent9e1f12cf71ff0ff95e7a2be9d95ab0beb956e5c3 (diff)
downloadaur-177ec6fbd76118d0e07594a97ff37e280d7aa221.tar.gz
Cosmetic changes
-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')