summaryrefslogtreecommitdiff
path: root/extra/kdebindings-korundum
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-09 00:51:01 -0700
committerroot <root@rshg054.dnsready.net>2013-06-09 00:51:01 -0700
commit7b378b1b5b346bd49a5ab1652214fb34d03de3a9 (patch)
tree9ec661d7828b93bd4d24723647adc0701d87eda2 /extra/kdebindings-korundum
parente90166c70f3a2bd27d8c914491f7e0510855fd3f (diff)
Sun Jun 9 00:50:45 PDT 2013
Diffstat (limited to 'extra/kdebindings-korundum')
-rw-r--r--extra/kdebindings-korundum/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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 <andrea@archlinux.org>
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} \