summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 20:07:10 +0100
committerFFY002018-07-12 20:07:10 +0100
commita828d465d53aa638c746fe4ddcee08eb67491a3b (patch)
treea73e37800188dfc5a17942d38adfc0e0f0b4e091
parent257e2d425fdc2ae56afc24cbdb7e5aef20ed40a3 (diff)
downloadaur-a828d465d53aa638c746fe4ddcee08eb67491a3b.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 0475a7efb5ba..77e76bb34627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=pyLMS7002M
pkgver=r18.b866dee
pkgrel=1
pkgdesc="Python bindings for LMS7002M. Obsolete."
-arch=(any)
+arch=('any')
url="https://github.com/myriadrf/pyLMS7002M"
license=('Apache')
depends=('python2-pyserial' 'python2-pyusb')