summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Revilla2018-12-25 11:23:45 +0100
committerMiguel Revilla2018-12-25 11:23:45 +0100
commit9e1f12cf71ff0ff95e7a2be9d95ab0beb956e5c3 (patch)
tree3d0e5963357b767e6b8827e6778a82e852c3517f
parentf30344fdfba40b40c8721553b1faa1486284df0b (diff)
downloadaur-9e1f12cf71ff0ff95e7a2be9d95ab0beb956e5c3.tar.gz
Changed arch to any
-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' )