From 55ed2c9ca92499d66d47b9e8f2da371b01d66b28 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 24 Sep 2019 18:44:13 +0200 Subject: [PATCH] pegasus-frontend-git: remove branch from submodules Signed-off-by: Severin Kaderli --- pegasus-frontend-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pegasus-frontend-git/PKGBUILD b/pegasus-frontend-git/PKGBUILD index 32f18df..9b01c3e 100644 --- a/pegasus-frontend-git/PKGBUILD +++ b/pegasus-frontend-git/PKGBUILD @@ -27,7 +27,7 @@ provides=('pegasus-frontend') conflicts=('pegasus-frontend') source=( "${_pkgname}::git+https://github.com/mmatyas/pegasus-frontend.git" - "git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master" + "git+https://github.com/mmatyas/pegasus-frontend-translations.git" "git+https://github.com/mmatyas/pegasus-theme-grid.git" "git+https://github.com/mmatyas/SortFilterProxyModel.git" )