From fdb08816c3031a1cd3232644384cfcb16590d1c1 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 13 Apr 2018 12:29:40 -0400 Subject: [PATCH] gnome-orca: corrected origin error --- helpers/make-gnome-orca | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-gnome-orca b/helpers/make-gnome-orca index 5954562a..5e841c9a 100644 --- a/helpers/make-gnome-orca +++ b/helpers/make-gnome-orca @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu artful universe' +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu artful main' . ./config @@ -39,7 +39,7 @@ cat << EOF | patch -p1 EOF -changelog "Backported from zesty, added support for mate" +changelog "Backported from artful, added support for mate" compile -- GitLab