diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index bdf38bc27..982e663e2 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -26,6 +26,7 @@ source=( "git+https://github.com/numixproject/numix-folders.git#branch=master" "git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master" "git+https://github.com/gusbemacbe/suru-plus.git#branch=master" + "git+https://github.com/gusbemacbe/suru-plus-aspromauros.git#branch=master" ) md5sums=( "SKIP" @@ -40,6 +41,7 @@ md5sums=( "SKIP" "SKIP" "SKIP" + "SKIP" ) depends=( 'gtk3' @@ -117,6 +119,7 @@ prepare(){ git config submodule.numix-icon-theme.url $srcdir/numix-icon-theme git config submodule.papirus-icon-theme.url $srcdir/papirus-icon-theme git config submodule.suru-plus.url $srcdir/suru-plus + git config submodule.suru-plus-aspromauros.url $srcdir/suru-plus-aspromauros git submodule update }