diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-06 10:25:36 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-06 10:25:36 +0200 |
commit | 5f875caf9e31730faff78cfa1fc99c30717a924d (patch) | |
tree | 64da821f3be8e6f7a61a55ae2aa3d7de5ad33e89 /extra/kdebindings-qyoto | |
parent | a791587b609550b73cd867a642338769dc7c117d (diff) | |
parent | d9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/rsyslog/PKGBUILD
extra/boost/PKGBUILD
extra/kdeadmin/PKGBUILD
extra/kdebase-konsole/PKGBUILD
extra/kdegames/PKGBUILD
extra/kdenetwork/PKGBUILD
extra/kdepim/PKGBUILD
libre/kdenetwork-libre/PKGBUILD
multilib/lib32-expat/PKGBUILD
multilib/lib32-libldap/PKGBUILD
multilib/lib32-openal/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-sqlite3/PKGBUILD
testing/pcmciautils/PKGBUILD
testing/systemd/PKGBUILD
testing/util-linux/PKGBUILD
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 962456b86..b5f8304f3 100644 --- a/extra/kdebindings-qyoto/PKGBUILD +++ b/extra/kdebindings-qyoto/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153080 2012-03-12 09:05:15Z andrea $ +# $Id: PKGBUILD 155533 2012-04-04 14:12:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qyoto -pkgver=4.8.1 +pkgver=4.8.2 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=('32ad56ce6189ce691ed46b8494c4cb446dda6016') +sha1sums=('6d7b8dcac2a92b143bae0d329793864a7a23aa8f') build() { cd "${srcdir}" |