From 7b378b1b5b346bd49a5ab1652214fb34d03de3a9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Jun 2013 00:51:01 -0700 Subject: Sun Jun 9 00:50:45 PDT 2013 --- extra/kdebindings-korundum/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/kdebindings-korundum/PKGBUILD') diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD index 96aeb01a3..f9022b24c 100644 --- a/extra/kdebindings-korundum/PKGBUILD +++ b/extra/kdebindings-korundum/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 184885 2013-05-09 09:42:58Z andrea $ +# $Id: PKGBUILD 187963 2013-06-08 07:59:44Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdebindings-korundum -pkgver=4.10.3 +pkgver=4.10.4 pkgrel=1 pkgdesc="Ruby bindings for libraries created by the KDE community" url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum" @@ -17,14 +17,15 @@ optdepends=('kdegraphics-okular: okular bindings' conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz" 'ruby19.patch') -sha1sums=('43d15e26ba9219874d8efc0140c5fb3eaac97792' +sha1sums=('d4b2920db047a10addbd1a8818878b2f93c75648' 'c074f027bac3b9bffe70a2c2304a6a7be12be034') -build() { +prepare() { cd korundum-${pkgver} patch -p1 -i "${srcdir}/ruby19.patch" - cd ../ +} +build() { mkdir build cd build cmake ../korundum-${pkgver} \ -- cgit v1.2.3-54-g00ecf