diff --git a/filesystem/PKGBUILD b/filesystem/PKGBUILD index 21f49fcf..c2dab201 100644 --- a/filesystem/PKGBUILD +++ b/filesystem/PKGBUILD @@ -6,7 +6,7 @@ PKGEXT='.pkg.tar.xz' pkgname=filesystem pkgver=2020.02 -pkgrel=5 +pkgrel=6 pkgdesc='Base filesystem' arch=('i686' 'x86_64') license=('BSD') @@ -26,6 +26,8 @@ source=('bash.bash_logout' 'dot.inputrc' 'dot.profile' 'fstab' + 'mingw32.ico' + 'mingw64.ico' 'msys2.ico' 'msys2_shell.cmd' 'msystem' @@ -59,6 +61,8 @@ sha256sums=('742a7d66b7a5ebd2b8461728c5b44a46b2305fd2116208eecae5f45828938ea0' '2972d2f333a3b090aaaff4a546b16edf121cbb3e159f32a9ebdb3d125243a7d6' '5a51474700064f5c4527e4423a866ac957332f7e932675ab5fa6a419b47b1834' '387ca1e86c1a18a143eb077ca194ad44c0a2faf98795a0d437f2d210d5a6df18' + '40a10a03382b93f196464b11ec179f903b9af6d281a9327472b4fb9693b0ca8f' + 'be368cc325f33db9035dc4839bb967bebe9b896bdd7582749124245ccbc38c9f' '7d6994d7caf52a459b562cfb0da1d758a4b7bca478d1df00de3a96686e59008e' 'db6738b88e6cf8092522fd794779059b3082ed1f4f72259d92df9df50b9c9cd4' '65f59306dfe6437ea2694d50ed4e2fe95937148549157809ad3daac5d7e11ddf' @@ -120,6 +124,8 @@ package() { install -m644 ${srcdir}/profile.tzset.sh etc/profile.d/tzset.sh install -m644 ${srcdir}/profile.lang.sh etc/profile.d/lang.sh + install -m644 ${srcdir}/mingw32.ico mingw32.ico + install -m644 ${srcdir}/mingw64.ico mingw64.ico install -m644 ${srcdir}/msys2.ico msys2.ico install -m755 ${srcdir}/msys2_shell.cmd msys2_shell.cmd diff --git a/filesystem/mingw32.ico b/filesystem/mingw32.ico new file mode 100644 index 00000000..ad67bed3 Binary files /dev/null and b/filesystem/mingw32.ico differ diff --git a/filesystem/mingw64.ico b/filesystem/mingw64.ico new file mode 100644 index 00000000..03502f45 Binary files /dev/null and b/filesystem/mingw64.ico differ