summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d005a70d7013..1b54423d128d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = pymetar
pkgver = 1.0
pkgrel = 1
url = http://www.schwarzvogel.de/software-pymetar.shtml
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
depends = python
source = http://www.schwarzvogel.de/pkgs/pymetar-1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8c723825d036..099318e4be50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ 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"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.schwarzvogel.de/software-pymetar.shtml"
license=('GPL2')
depends=('python' )