summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordschaper2015-08-03 11:22:15 -0700
committerdschaper2015-08-03 11:22:15 -0700
commit6eac524bf2534cfb8e167323f0861fe48d22f0dc (patch)
treeb8d9f8f91c05a14fcfb48106a6e05020f8c040ac
parent6b079573398a8b2d4427d6ce1c4ffb3c6af2e470 (diff)
downloadaur-6eac524bf2534cfb8e167323f0861fe48d22f0dc.tar.gz
Add build targets
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b413c9f5d5d9..e81b7398407c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = dump1090-mutability-git
changelog = dump1090-mutability.changelog
arch = armv6h
arch = armv7h
+ arch = i686
+ arch = x86_64
license = GPL
license = BSD
makedepends = git
@@ -14,6 +16,7 @@ pkgbase = dump1090-mutability-git
optdepends = lighttpd: web display support
provides = dump1090
provides = fatsv-data-source
+ conflicts = dump1090
backup = etc/dump1090-mutability
source = dump1090-mutability-git::git://github.com/mutability/dump1090
source = dump1090-mutability
diff --git a/PKGBUILD b/PKGBUILD
index a22b7ebfb8e4..2ebe9c8dbcf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgbase=dump1090-mutability
pkgver=1.14.r64.gb4490c7
pkgrel=1
pkgdesc="ADS-B / Mode S Ground Station System for simple RTL-SDR decoding/translating. Mutability Fork"
-arch=('armv6h' 'armv7h')
+arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/mutability/dump1090"
license=('GPL' 'BSD')
depends=('rtl-sdr')
makedepends=('git')
provides=('dump1090' 'fatsv-data-source')
-conflicts=()
+conflicts=('dump1090')
backup=('etc/dump1090-mutability')
install=dump1090-mutability.install
source=(${pkgname}::git://github.com/mutability/dump1090