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 5493f2076..634e5b2a6 100644 --- a/kde-unstable/kdebase-konsole/PKGBUILD +++ b/kde-unstable/kdebase-konsole/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160112 2012-05-29 22:41:16Z andrea $ +# $Id: PKGBUILD 160428 2012-06-01 21:34:47Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebase-konsole pkgver=4.8.80 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://kde.org/applications/system/konsole/' pkgdesc="Terminal" @@ -12,7 +12,7 @@ groups=('kde' 'kdebase') depends=('kdebase-runtime' 'kdebase-lib') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz") -sha1sums=('e7c471637fd052261521716882f0d543161692c4') +sha1sums=('4acd23dab275143cd8c182ca3460d259ae472b43') build() { cd "${srcdir}" |