Skip to content

Commit

Permalink
chore(packaging: arch): add new submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 10, 2019
1 parent 662bd33 commit a06624e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -40,6 +41,7 @@ md5sums=(
"SKIP"
"SKIP"
"SKIP"
"SKIP"
)
depends=(
'gtk3'
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit a06624e

Please sign in to comment.