summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrern2022-01-12 16:03:20 +0700
committerrern2022-01-12 16:03:20 +0700
commitdbd5b5088ca446047fae17ab6a5cdace9fd9af2d (patch)
tree2ce45d23a533b16d2cde82c376c0c1d751d96b16
parentc505be59f5dd77fcf2e5bd734437439e6e5580ef (diff)
downloadaur-dbd5b5088ca446047fae17ab6a5cdace9fd9af2d.tar.gz
arch=any
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296b9942897f..9fc4bde3c73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,7 @@ pkgbase = python-rpi-gpio
pkgver = 0.7.1a4
pkgrel = 1
url = http://sourceforge.net/projects/raspberry-gpio-python
- arch = armv6h
- arch = armv7h
- arch = aarch64
+ arch = any
license = MIT
makedepends = gcc
makedepends = python-distribute
diff --git a/PKGBUILD b/PKGBUILD
index 74b5d430494c..792b38ed2376 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc="A Python module to control the GPIO on a Raspberry Pi"
url="http://sourceforge.net/projects/raspberry-gpio-python"
license=(MIT)
-arch=(armv6h armv7h aarch64)
+arch=(any)
depends=(python)
makedepends=(gcc python-distribute)
source=("$pkgurl")