summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 20:06:24 +0100
committerFFY002018-07-12 20:06:24 +0100
commitab77bfe98d6cae07a162209ccc92870c7dc90a34 (patch)
tree5dd2e152e95d13f168a077c284c34618a7260f04
parente3570f343ad0b3f694df6889ce225c970e329c1b (diff)
downloadaur-ab77bfe98d6cae07a162209ccc92870c7dc90a34.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 e04ac39cc02a..59fa26898d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=osmo-fl2k
pkgver=0.1.1
pkgrel=1
pkgdesc="Library to use cheap (FL2000 based) USB3.0 to VGA converters as SDR"
-arch=(any)
+arch=('any')
url="https://osmocom.org/projects/osmo-fl2k/wiki"
license=('GPL')
depends=('libusb>=1.0')