diff options
author | root <root@rshg054.dnsready.net> | 2012-05-05 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-05 00:01:14 +0000 |
commit | 5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 (patch) | |
tree | eb041f2a83edee4a597678749b22181df9a32ecb /extra/kdeutils-kcharselect/PKGBUILD | |
parent | b2c353d874b85e06f355a9419852e2616613c7d0 (diff) |
Sat May 5 00:01:14 UTC 2012
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 f2c259ed8..ceaa2cf19 100644 --- a/extra/kdeutils-kcharselect/PKGBUILD +++ b/extra/kdeutils-kcharselect/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155663 2012-04-04 14:17:25Z andrea $ +# $Id: PKGBUILD 158501 2012-05-03 22:35:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kcharselect -pkgver=4.8.2 +pkgver=4.8.3 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=('527d28bf3bb22d38665a006ab835ff6d75f592a4') +sha1sums=('a4196b6ef1f665fabd2ba91f040b2f858c58f397') build() { cd "${srcdir}" |