summaryrefslogtreecommitdiff
path: root/extra/kdebindings-korundum/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
committerroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
commit04b07250d0055e5cecd7c998660c5595699cfe1c (patch)
tree8697097210dfb2b705afb6ba145dafd08c476f84 /extra/kdebindings-korundum/PKGBUILD
parent68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (diff)
Thu Jul 4 00:45:57 PDT 2013
Diffstat (limited to 'extra/kdebindings-korundum/PKGBUILD')
-rw-r--r--extra/kdebindings-korundum/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD
index f9022b24c..bc2ea2e07 100644
--- a/extra/kdebindings-korundum/PKGBUILD
+++ b/extra/kdebindings-korundum/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 187963 2013-06-08 07:59:44Z andrea $
+# $Id: PKGBUILD 189526 2013-07-03 17:01:24Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-korundum
-pkgver=4.10.4
+pkgver=4.10.5
pkgrel=1
pkgdesc="Ruby bindings for libraries created by the KDE community"
url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum"
@@ -15,18 +15,14 @@ makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
optdepends=('kdegraphics-okular: okular bindings'
'kdepimlibs: akonadi bindings')
conflicts=('kdebindings-ruby')
-source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz"
- 'ruby19.patch')
-sha1sums=('d4b2920db047a10addbd1a8818878b2f93c75648'
- 'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz")
+sha1sums=('fa3e3c8dfdd4a81e49f91aa264d64f700ec4241f')
prepare() {
- cd korundum-${pkgver}
- patch -p1 -i "${srcdir}/ruby19.patch"
+ mkdir build
}
build() {
- mkdir build
cd build
cmake ../korundum-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \