summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebindings-smokegen/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-23 23:14:44 +0000
committerroot <root@rshg054.dnsready.net>2011-12-23 23:14:44 +0000
commitd53a615fd6ab6dfeb42da11086f96698cb08fe40 (patch)
treee8b4ecb6de34cedcb486150a721025bf303f66da /kde-unstable/kdebindings-smokegen/PKGBUILD
parent34e6c976d28892a7bd3f7578f10fcfa57865472f (diff)
Fri Dec 23 23:14:44 UTC 2011
Diffstat (limited to 'kde-unstable/kdebindings-smokegen/PKGBUILD')
-rw-r--r--kde-unstable/kdebindings-smokegen/PKGBUILD13
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