From 0fcaed390f3b07da37ee4df3dfff4293aeec59f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Mon, 21 Jan 2019 14:09:32 -0500
Subject: [PATCH] make-ring: fix typo for archlinux

Change-Id: Ie471181689830d72f2e3f390a2583671878ff121
Gitlab: #548
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
---
 make-ring.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-ring.py b/make-ring.py
index a47a9bd6..79fdfebc 100755
--- a/make-ring.py
+++ b/make-ring.py
@@ -138,7 +138,7 @@ PACMAN_DEPENDENCIES = [
     'expat', 'gtk3', 'jack', 'libnotify', 'opus', 'pcre', 'libpulse',
     'speex', 'speexdsp', 'libtool', 'libupnp', 'yaml-cpp', 'qt5-base',
     'swig', 'yasm', 'qrencode', 'make', 'patch', 'pkg-config',
-    'automake', 'libva', 'webkit2gtk', 'libnm', 'libvdpau', 'libcanbera', 'openssl'
+    'automake', 'libva', 'webkit2gtk', 'libnm', 'libvdpau', 'libcanberra', 'openssl'
 ]
 
 OSX_DEPENDENCIES = [
-- 
GitLab