diff options
Diffstat (limited to 'kde-unstable/kdesdk-kate')
-rw-r--r-- | kde-unstable/kdesdk-kate/PKGBUILD | 6 | ||||
-rw-r--r-- | kde-unstable/kdesdk-kate/kdesdk-kate.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdesdk-kate/PKGBUILD b/kde-unstable/kdesdk-kate/PKGBUILD index 80490b36c..292da2ae4 100644 --- a/kde-unstable/kdesdk-kate/PKGBUILD +++ b/kde-unstable/kdesdk-kate/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 144762 2011-12-08 10:25:57Z andrea $ +# $Id: PKGBUILD 145481 2011-12-22 22:35:21Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdesdk-kate pkgname=('kdebase-kwrite' 'kdesdk-kate') -pkgver=4.7.90 +pkgver=4.7.95 pkgrel=1 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('kdelibs ''cmake' 'automoc4') source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.bz2" 'pkgbuild-syntax-highlight.patch') -sha1sums=('0d6b11fffc02de0ee22e2f866446d5b92b987423' +sha1sums=('f144591e7b7ad6d73118dd2c34069424e99969aa' '0a928253bd2077f0264d96a6c8823c69c47b6a8d') build() { diff --git a/kde-unstable/kdesdk-kate/kdesdk-kate.install b/kde-unstable/kdesdk-kate/kdesdk-kate.install index a9c01ef06..0446d161b 100644 --- a/kde-unstable/kdesdk-kate/kdesdk-kate.install +++ b/kde-unstable/kdesdk-kate/kdesdk-kate.install @@ -1,7 +1,7 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-desktop-database -q - update-mime-database usr/share/mime + update-mime-database usr/share/mime &> /dev/null } post_upgrade() { |