summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Duell2017-07-18 13:30:28 +0200
committerMichael Duell2017-07-18 13:30:28 +0200
commit2244d39e2ef1c311c252bc9e2a93ef22522856c1 (patch)
tree85bb6c50b9c0e4af245751c782c120aa27e3c118
parent838154014c3de6e3edbe6a6f9c4985f291359b9f (diff)
downloadaur-2244d39e2ef1c311c252bc9e2a93ef22522856c1.tar.gz
Added aarch64 to PKGBUILD.
Signed-off-by: Michael Duell <michael.duell@rub.de>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ff1d8fdca6..ddebc499e503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 14:42:17 UTC 2016
+# Tue Jul 18 11:30:18 UTC 2017
pkgbase = rtl-sdr-git
pkgdesc = Tuner for DVB-T sticks based on the Realtek RTL2832U, which can be used as a cheap SDR, since the chip allows transferring the raw I/Q samples to the host.
- pkgver = v0.5.3.r12.ge3c03f7
+ pkgver = v0.5.3.r17.g18bf269
pkgrel = 1
epoch = 1
url = http://sdr.osmocom.org/trac/wiki/rtl-sdr
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index af6acb035f57..6b37b39f4ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=rtl-sdr-git
pkgrel=1
-pkgver=v0.5.3.r12.ge3c03f7
+pkgver=v0.5.3.r17.g18bf269
epoch=1
pkgdesc="Tuner for DVB-T sticks based on the Realtek RTL2832U, which can be used as a cheap SDR, since the chip allows transferring the raw I/Q samples to the host."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
license=('GPL')
depends=('libusb>=1.0')