diff options
Diffstat (limited to 'extra/kdebindings-qyoto')
-rw-r--r-- | extra/kdebindings-qyoto/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdebindings-qyoto/PKGBUILD b/extra/kdebindings-qyoto/PKGBUILD index a69fa9f75..1a7ebbf3d 100644 --- a/extra/kdebindings-qyoto/PKGBUILD +++ b/extra/kdebindings-qyoto/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158371 2012-05-03 22:30:46Z andrea $ +# $Id: PKGBUILD 161109 2012-06-08 06:34:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qyoto -pkgver=4.8.3 +pkgver=4.8.4 pkgrel=1 pkgdesc=".NET/Mono bindings for the Qt libraries" url="http://kde.org/" @@ -13,7 +13,7 @@ depends=('kdebindings-smokeqt' 'mono') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-csharp') source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz") -sha1sums=('7d20a80fef76d4cdfb8d03a66e07b82074df69b0') +sha1sums=('8df3ad9630e8435e6af5af5809520662c95ee516') build() { cd "${srcdir}" |