summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 20:05:15 +0100
committerFFY002018-07-12 20:05:15 +0100
commit04cfbffa33559f9199c57cba2b95b8c077d09a40 (patch)
tree3fc6719b42809afdb4fd06f186ce4adf308edac6
parentcd5efd7ebcd806d194f42974e45650cad127c7e0 (diff)
downloadaur-limesuite.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 9e27f324f769..e3b07f83cda9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=limesuite
pkgver=18.06.0
pkgrel=1
pkgdesc="Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, Novena RF7, etc.)"
-arch=(any)
+arch=('any')
url="https://github.com/myriadrf/LimeSuite"
license=('Apache')
depends=('sqlite3' 'wxgtk3' 'opengl-driver' 'libusb>=1.0' 'soapysdr' 'wget')