summaryrefslogtreecommitdiff
path: root/extra/kdebindings-korundum/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-korundum/PKGBUILD')
-rw-r--r--extra/kdebindings-korundum/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD
index cc90349a5..1a5690a8b 100644
--- a/extra/kdebindings-korundum/PKGBUILD
+++ b/extra/kdebindings-korundum/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 161149 2012-06-08 06:36:08Z andrea $
+# $Id: PKGBUILD 164877 2012-08-06 23:16:29Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-korundum
-pkgver=4.8.4
+pkgver=4.9.0
pkgrel=1
-pkgdesc="KDE bindings for ruby"
-url="http://kde.org/"
+pkgdesc="Ruby bindings for libraries created by the KDE community"
+url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
@@ -13,16 +13,16 @@ depends=('kdebindings-qtruby' 'kdebindings-smokekde')
makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
conflicts=('kdebindings-ruby')
-options=('!makeflags')
source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz"
- 'korundum-4.8.0-ruby19.patch')
-sha1sums=('ce722ea7c64ce90d11370e393a87cb067962853e'
- '73299f56a891d8a5475ac07dd485619859312f70')
+ 'ruby19.patch')
+sha1sums=('7c97b549bb6958223fc0b28f657fec09bb95b7e5'
+ 'c074f027bac3b9bffe70a2c2304a6a7be12be034')
build() {
cd "${srcdir}/korundum-${pkgver}"
- patch -p1 -i "${srcdir}/korundum-4.8.0-ruby19.patch"
- cd ..
+ patch -p1 -i "${srcdir}/ruby19.patch"
+
+ cd "${srcdir}"
mkdir build
cd build