diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-01 04:08:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-01 04:08:45 +0000 |
commit | 0918b213023626f9fb5958a5927263aa4d2ea28b (patch) | |
tree | 639aa464bf7881a319a09a0cf665c849c9c38f01 /extra/kdeutils-kcharselect/PKGBUILD | |
parent | e1cbaf963e362056815d598332d8599a83cd0954 (diff) |
Tue Apr 1 04:03:55 UTC 2014
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 aea893a37..6d0995747 100644 --- a/extra/kdeutils-kcharselect/PKGBUILD +++ b/extra/kdeutils-kcharselect/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 207085 2014-03-06 12:08:10Z andrea $ +# $Id: PKGBUILD 209624 2014-03-31 10:26:05Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kcharselect -pkgver=4.12.3 +pkgver=4.12.4 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=('42147f0c0b142760bfd3bd679aa30f4c1ab6385a') +sha1sums=('9db392bea1d47a459fd79f20598949a396fa97f2') build() { cd "${srcdir}" |