From 935c78a1ecf7f5cae147c52e50f2c36fadb9eb68 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 18 Oct 2020 07:32:36 -0400 Subject: [PATCH] csound and pygame need to be in main --- helpers/make-csound | 3 +-- helpers/make-pygame | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helpers/make-csound b/helpers/make-csound index feff3f0f..8a3e0276 100644 --- a/helpers/make-csound +++ b/helpers/make-csound @@ -17,10 +17,9 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true . ./config diff --git a/helpers/make-pygame b/helpers/make-pygame index ec0590bb..abb3b89c 100644 --- a/helpers/make-pygame +++ b/helpers/make-pygame @@ -17,10 +17,9 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' REPOKEY="871920D1991BC93C" -BACKPORT=true . ./config -- GitLab