summaryrefslogtreecommitdiff
path: root/extra/kdebindings-smokegen
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-smokegen')
-rw-r--r--extra/kdebindings-smokegen/PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/extra/kdebindings-smokegen/PKGBUILD b/extra/kdebindings-smokegen/PKGBUILD
index 943e70baf..7d848f9e5 100644
--- a/extra/kdebindings-smokegen/PKGBUILD
+++ b/extra/kdebindings-smokegen/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 144619 2011-12-08 09:18:20Z andrea $
+# $Id: PKGBUILD 147768 2012-01-28 10:32:21Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-smokegen
-pkgver=4.7.4
+pkgver=4.8.0
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/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2"
- 'fix-crash.patch')
-sha1sums=('068d37e2404311b9caa23d78ee7fa262188a8622'
- 'b209b2b7017622fea3406c5a9636e2334566af01')
+source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+sha1sums=('9b4f0af954e845eecea8e7ed388e01cffb8974d2')
build() {
- cd "${srcdir}"/smokegen-${pkgver}
- patch -p1 -i "${srcdir}"/fix-crash.patch
-
cd "${srcdir}"
mkdir build
cd build