diff options
author | root <root@rshg054.dnsready.net> | 2011-12-23 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-23 23:14:44 +0000 |
commit | d53a615fd6ab6dfeb42da11086f96698cb08fe40 (patch) | |
tree | e8b4ecb6de34cedcb486150a721025bf303f66da /kde-unstable/kdebase-konsole | |
parent | 34e6c976d28892a7bd3f7578f10fcfa57865472f (diff) |
Fri Dec 23 23:14:44 UTC 2011
Diffstat (limited to 'kde-unstable/kdebase-konsole')
-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 020e0639a..32f460257 100644 --- a/kde-unstable/kdebase-konsole/PKGBUILD +++ b/kde-unstable/kdebase-konsole/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144787 2011-12-08 10:42:27Z andrea $ +# $Id: PKGBUILD 145503 2011-12-22 22:51:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebase-konsole -pkgver=4.7.90 +pkgver=4.7.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=('c4e99b07fcca2ddef6e155ca03d26a495a9e362b') +sha1sums=('7e5b45ba80c3bd53c228e74a59003450fc42d736') build() { cd "${srcdir}" |