summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 20:04:06 +0100
committerFFY002018-07-12 20:04:06 +0100
commit1170fd3edab3de1b97c5e8a399861613145dc282 (patch)
treef5d7c312b7f8f2953bf341bb7b3938818d3e6b0a
parent4b5b46f01fd29b243ed362cb8f6738825600a96c (diff)
downloadaur-1170fd3edab3de1b97c5e8a399861613145dc282.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 37b84e6add76..f92d3d697406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=${pkgname%-git}
pkgver=r11.1ff87a6
pkgrel=1
pkgdesc="A collection of useful tools for use with the LimeSDR family of boards"
-arch=(any)
+arch=('any')
url="https://github.com/myriadrf/lime-tools"
license=('Apache')
depends=('limesuite' 'gnuplot' 'fftw>=3')