diff options
Diffstat (limited to 'extra/kdebindings-smokeqt')
-rw-r--r-- | extra/kdebindings-smokeqt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdebindings-smokeqt/PKGBUILD b/extra/kdebindings-smokeqt/PKGBUILD index 629dfc61f..d2cc28c1b 100644 --- a/extra/kdebindings-smokeqt/PKGBUILD +++ b/extra/kdebindings-smokeqt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153068 2012-03-12 09:01:53Z andrea $ +# $Id: PKGBUILD 155521 2012-04-04 14:12:21Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokeqt -pkgver=4.8.1 +pkgver=4.8.2 pkgrel=1 pkgdesc="Language independent library for Qt bindings" url="http://kde.org/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen') makedepends=('cmake' 'automoc4') conflicts=('kdebindings-smoke') source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz") -sha1sums=('7af6089df0ffefe7a88600e43641dfd18da8e3e8') +sha1sums=('0d798ecfc7ec881871723e51ed1e4f32ef009c3a') build() { cd "${srcdir}" |