diff options
Diffstat (limited to 'extra/kdeutils-kcharselect/PKGBUILD')
-rw-r--r-- | extra/kdeutils-kcharselect/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeutils-kcharselect/PKGBUILD b/extra/kdeutils-kcharselect/PKGBUILD index ca02300d6..525f89769 100644 --- a/extra/kdeutils-kcharselect/PKGBUILD +++ b/extra/kdeutils-kcharselect/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 202605 2013-12-22 12:50:18Z andrea $ +# $Id: PKGBUILD 205787 2014-02-10 11:00:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kcharselect -pkgver=4.12.0 +pkgver=4.12.2 pkgrel=1 pkgdesc='Character Selector' url="http://kde.org/applications/utilities/kcharselect/" @@ -12,7 +12,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') source=("http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz") -sha1sums=('f862a8d0299355146411f3f79943c6690a62c347') +sha1sums=('c0ebe5ebe68afbd26d08a46d0afc02d46273f48c') build() { cd "${srcdir}" |