diff --git a/mingw-w64-meld3/PKGBUILD b/mingw-w64-meld3/PKGBUILD index 6b9303dd75..809d16033e 100644 --- a/mingw-w64-meld3/PKGBUILD +++ b/mingw-w64-meld3/PKGBUILD @@ -2,7 +2,7 @@ _realname=meld pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}3" -pkgver=3.12.2 +pkgver=3.13.0 pkgrel=1 pkgdesc="Visual diff and merge tool (mingw-w64)" arch=('any') @@ -26,7 +26,7 @@ install=meld-${CARCH}.install source=(http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz '0001-fixes-for-MinGW-w64-symlinks-and-use-sh-to-spawn.patch' "0002-build-exe.patch") -md5sums=('a11c4abf923d136e410fa9e8217c0bba' +md5sums=('ce67d82dea80dde9914d2156ad0ea8b8' '57d46e2eacc34e8d22f63a59b6297253' 'c4770167f70e061c1f94d8c3fa3e7150') diff --git a/mingw-w64-meld3/meld-i686.install b/mingw-w64-meld3/meld-i686.install index 422f41d0d1..4843eff7f8 100644 --- a/mingw-w64-meld3/meld-i686.install +++ b/mingw-w64-meld3/meld-i686.install @@ -1,13 +1,13 @@ post_install() { - mingw32/bin/gtk-update-icon-cache-3.0 -f -t mingw32/share/icons/hicolor - mingw32/bin/glib-compile-schemas.exe mingw32/share/glib-2.0/schemas - mingw32/bin/update-mime-database mingw32/share/mime &> /dev/null + mingw32/bin/gtk-update-icon-cache-3.0 -f -t mingw32/share/icons/hicolor + mingw32/bin/glib-compile-schemas.exe mingw32/share/glib-2.0/schemas + mingw32/bin/update-mime-database mingw32/share/mime &> /dev/null } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } diff --git a/mingw-w64-meld3/meld-x86_64.install b/mingw-w64-meld3/meld-x86_64.install index 349b3e8ad2..de7d5f8b09 100644 --- a/mingw-w64-meld3/meld-x86_64.install +++ b/mingw-w64-meld3/meld-x86_64.install @@ -1,13 +1,13 @@ post_install() { - mingw64/bin/gtk-update-icon-cache-3.0 -f -t mingw64/share/icons/hicolor - mingw64/bin/glib-compile-schemas.exe mingw64/share/glib-2.0/schemas - mingw64/bin/update-mime-database mingw64/share/mime &> /dev/null + mingw64/bin/gtk-update-icon-cache-3.0 -f -t mingw64/share/icons/hicolor + mingw64/bin/glib-compile-schemas.exe mingw64/share/glib-2.0/schemas + mingw64/bin/update-mime-database mingw64/share/mime &> /dev/null } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install }