summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Revilla2018-12-25 11:23:45 +0100
committerMiguel Revilla2018-12-25 11:23:45 +0100
commit9e1f12cf71ff0ff95e7a2be9d95ab0beb956e5c3 (patch)
tree3d0e5963357b767e6b8827e6778a82e852c3517f /PKGBUILD
parentf30344fdfba40b40c8721553b1faa1486284df0b (diff)
downloadaur-9e1f12cf71ff0ff95e7a2be9d95ab0beb956e5c3.tar.gz
Changed arch to any
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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' )