summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 20:06:59 +0100
committerFFY002018-07-12 20:06:59 +0100
commit051fd2de19e6a26efa5b309cf1a316a33eba235a (patch)
tree8bc1abd407287407c49a39d42fff6806f94bd75a
parent63c7acb5b6177096c3a8c44d8401c70dffb81d84 (diff)
downloadaur-051fd2de19e6a26efa5b309cf1a316a33eba235a.tar.gz
pkgbuild: add quotes to arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed42fae3f5a7..c436ef679766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=LMS8Suite
pkgver=18.06.0
pkgrel=1
pkgdesc="Utilities for use with hardware based upon LMS8001 RFICs from Lime Microsystems."
-arch=(any)
+arch=('any')
url="https://github.com/myriadrf/LMS8Suite"
license=('Apache')
depends=('wxgtk3' 'opengl-driver' 'libusb>=1.0' 'soapysdr')