summaryrefslogtreecommitdiff
path: root/extra/kdebindings-smokegen/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-30 12:51:06 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-30 12:51:06 +0100
commite8a18157bce8e0b0cbde5bd52aaf5ae0940297d3 (patch)
tree89fc1343a6302c7ee5d72774fde0f5b67d0b1927 /extra/kdebindings-smokegen/PKGBUILD
parent6d4537b67f90b1decadcf8434e1a5bdcb6694f7f (diff)
parent39711f3264d3b9de2ff6392649274d6333932457 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD extra/gtk2/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdelibs/PKGBUILD extra/kdeplasma-addons/PKGBUILD staging/digikam/PKGBUILD testing/curl/PKGBUILD
Diffstat (limited to 'extra/kdebindings-smokegen/PKGBUILD')
-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