summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-07-12 20:05:26 +0100
committerFFY002018-07-12 20:05:26 +0100
commit365e2f3e092fb0f10d026244a6ff9c15f7df4f6e (patch)
tree4ca4f74131d036856258b12bc6536a5053a680d1 /PKGBUILD
parent53c222a5289fcf3f21a31620838959750030fd55 (diff)
downloadaur-pylms7002soapy-git.tar.gz
pkgbuild: add quotes to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63e802fe48ee..792484280107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=pyLMS7002Soapy
pkgver=r2.ea230dc
pkgrel=1
pkgdesc="Python bindings for LMS7002M with SoapySDR backend"
-arch=(any)
+arch=('any')
url="https://github.com/myriadrf/pyLMS7002Soapy"
license=('Apache')
makedepends=('git')