summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 056c8a45d351..1692edc40a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=pymetar
pkgver=1.0
-pkgrel=1
+pkgrel=2
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')
-depends=('python' )
+depends=('python')
+makedepends=('python-setuptools')
source=("http://www.schwarzvogel.de/pkgs/$pkgname-$pkgver.tar.gz")
md5sums=('1b81f632b38a16e01f8969f630dd403a')