diff options
Diffstat (limited to 'kde-unstable/kdebase-konsole/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebase-konsole/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdebase-konsole/PKGBUILD b/kde-unstable/kdebase-konsole/PKGBUILD index cad2e935d..13ae3ca8e 100644 --- a/kde-unstable/kdebase-konsole/PKGBUILD +++ b/kde-unstable/kdebase-konsole/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 128549 2011-06-24 12:53:18Z andrea $ +# $Id: PKGBUILD 131302 2011-07-12 17:47:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebase-konsole -pkgver=4.6.90 +pkgver=4.6.95 pkgrel=1 arch=('i686' 'x86_64') url='http://kde.org/applications/system/konsole/' @@ -12,7 +12,7 @@ groups=('kde' 'kdebase') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.bz2") -sha1sums=('314362990e41499c76f7f67bc4c4da0c43cf7780') +sha1sums=('4869f898cebf72162a1dc06a6697f4fa35075950') build() { cd "${srcdir}" |