diff options
Diffstat (limited to 'kde-unstable/kdebindings-smokegen/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-smokegen/PKGBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/kde-unstable/kdebindings-smokegen/PKGBUILD b/kde-unstable/kdebindings-smokegen/PKGBUILD index ba2b2146f..04ada472d 100644 --- a/kde-unstable/kdebindings-smokegen/PKGBUILD +++ b/kde-unstable/kdebindings-smokegen/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144759 2011-12-08 10:24:16Z andrea $ +# $Id: PKGBUILD 145478 2011-12-22 22:33:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokegen -pkgver=4.7.90 +pkgver=4.7.95 pkgrel=1 pkgdesc="A general purpose C++ parser with a plugin infrastructure" url="http://kde.org/" @@ -11,15 +11,10 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') conflicts=('kdebindings-smoke') -source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2" - 'fix-crash.patch') -sha1sums=('c852cf97a7b2d7516a4995d19ad3be6035aa0c17' - 'b209b2b7017622fea3406c5a9636e2334566af01') +source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2") +sha1sums=('12878b6a35c7a0027d74abc5611e6b0c628d467c') build() { - cd "${srcdir}"/smokegen-${pkgver} - patch -p1 -i "${srcdir}"/fix-crash.patch - cd "${srcdir}" mkdir build cd build |