summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 20:01:17 +0100
committerFFY002018-07-12 20:01:17 +0100
commit8b3f7753095eabb6d6438fd4380b5f3d9f92b3c8 (patch)
tree2705dad72d1419ea0d78d23f4bb063671560d751
parent561df35a9b8ccd70a64bd7dcb87d918d59091a98 (diff)
downloadaur-8b3f7753095eabb6d6438fd4380b5f3d9f92b3c8.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 719459951a20..e50ad93dde85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=pulseaudio-equalizer-ladspa
pkgver=2.7.1
pkgrel=2
pkgdesc="A 15-band equalizer for PulseAudio"
-arch=(any)
+arch=('any')
url="https://github.com/FFY00/pulseaudio-equalizer-ladspa"
license=('GPL3')
depends=('pygtk' 'swh-plugins' 'gnome-icon-theme' 'pulseaudio' 'bc' 'python2-gobject')