diff options
Diffstat (limited to 'kde-unstable/kdebase-konsole/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebase-konsole/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdebase-konsole/PKGBUILD b/kde-unstable/kdebase-konsole/PKGBUILD index 634e5b2a6..f220a3a25 100644 --- a/kde-unstable/kdebase-konsole/PKGBUILD +++ b/kde-unstable/kdebase-konsole/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160428 2012-06-01 21:34:47Z andrea $ +# $Id: PKGBUILD 161697 2012-06-13 14:28:07Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebase-konsole -pkgver=4.8.80 -pkgrel=2 +pkgver=4.8.90 +pkgrel=1 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=('4acd23dab275143cd8c182ca3460d259ae472b43') +sha1sums=('bb1be3e2207537f4b8eb7cc7db1b283edf7a6b5a') build() { cd "${srcdir}" |