diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-06 09:47:04 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-06 09:47:04 +0200 |
commit | 5b1689a2cf3def5dea6a56f577930e7c6df4f003 (patch) | |
tree | 8ef875217e9d87666706e7f88f579cc579aaa63e /extra/kdebindings-smokeqt | |
parent | 2c0066a33742d4879adc9eeab45e04fba7bafbcb (diff) | |
parent | fd8249d016683ade99a23251d6ffdf5d5a3e76a4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/rcs/PKGBUILD
libre/cups-filters-libre/PKGBUILD
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 2f9a18a06..b596ae297 100644 --- a/extra/kdebindings-smokeqt/PKGBUILD +++ b/extra/kdebindings-smokeqt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 179333 2013-03-05 15:22:12Z andrea $ +# $Id: PKGBUILD 181878 2013-04-05 08:54:21Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokeqt -pkgver=4.10.1 +pkgver=4.10.2 pkgrel=1 pkgdesc="Language independent library for Qt bindings" url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt" @@ -13,7 +13,7 @@ depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') makedepends=('cmake' 'automoc4' 'mesa') conflicts=('kdebindings-smoke') source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz") -sha1sums=('a9aa3f48a5704d79686807e1abf06cedc2776c27') +sha1sums=('6a5743917aec02e6044c711c63acd229c67eff7b') build() { cd "${srcdir}" |