summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-07-12 20:05:50 +0100
committerFFY002018-07-12 20:05:50 +0100
commit31324cbb9c6821b9854466e23b1fac35d6946998 (patch)
treea84e46b7867b993348fb845eaad6ddf94ac2e5cc /PKGBUILD
parent4a4273f72a93824a16a2c1e86308986b26d9df54 (diff)
downloadaur-cellular-network-configs-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 9bf7b006cbc6..82b0be0f369e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=${pkgname%-git}
pkgver=r14.184f463
pkgrel=1
pkgdesc="Configurations for using LimeSDR hardware with Osmocom and OpenAirInterface etc."
-arch=(any)
+arch=('any')
url="https://github.com/myriadrf/cellular-network-configs"
license=('Apache')
makedepends=('git')