summaryrefslogtreecommitdiff
path: root/extra/kdebindings-qyoto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-qyoto/PKGBUILD')
-rw-r--r--extra/kdebindings-qyoto/PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/extra/kdebindings-qyoto/PKGBUILD b/extra/kdebindings-qyoto/PKGBUILD
index 88eab809b..a54513b56 100644
--- a/extra/kdebindings-qyoto/PKGBUILD
+++ b/extra/kdebindings-qyoto/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 170593 2012-11-09 08:25:54Z andrea $
+# $Id: PKGBUILD 172807 2012-12-06 08:19:20Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-qyoto
-pkgver=4.9.3
+pkgver=4.9.4
pkgrel=1
pkgdesc=".NET/Mono bindings for the Qt libraries"
url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
@@ -12,17 +12,10 @@ groups=('kdebindings')
depends=('kdebindings-smokeqt' 'mono')
makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz"
- 'cmake2810.patch')
-sha1sums=('24397a09c50ccc2e87dcd5d07f33d74cc9c5113f'
- 'f7745cb0fc4768dc8cab0e0d58b1159fb19805f5')
+source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
build() {
- cd qyoto-${pkgver}
- # KDEBUG#209652
- patch -p1 -i "${srcdir}"/cmake2810.patch
- cd ../
-
mkdir build
cd build
cmake ../qyoto-${pkgver} \