diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-08 13:40:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-08 13:40:51 -0300 |
commit | 1eb44cdc16d2ce4e40d42cacea7456ad245994f1 (patch) | |
tree | 8fffd10c72c5c326bcc41cdbbafda13c0ec5b2b6 /extra/kdebindings-korundum | |
parent | 69d3aee0c3f0bb876065264baccf86c13088dd01 (diff) | |
parent | 8cca36c97b57b8d0a7e5521647c02409eb94ade4 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/portaudio/PKGBUILD
extra/ettercap/PKGBUILD
extra/kdelibs/PKGBUILD
extra/qt/PKGBUILD
gnome-unstable/epiphany/PKGBUILD
gnome-unstable/gnome-shell/PKGBUILD
gnome-unstable/pulseaudio/PKGBUILD
gnome-unstable/vala/PKGBUILD
kde-unstable/kdebase-workspace/PKGBUILD
testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'extra/kdebindings-korundum')
-rw-r--r-- | extra/kdebindings-korundum/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD index 1fd33fda1..b5f0d8cc4 100644 --- a/extra/kdebindings-korundum/PKGBUILD +++ b/extra/kdebindings-korundum/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 132593 2011-07-25 00:13:27Z andrea $ +# $Id: PKGBUILD 137407 2011-09-07 17:25:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-korundum -pkgver=4.7.0 +pkgver=4.7.1 pkgrel=1 pkgdesc="KDE bindings for ruby" url="http://kde.org/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.bz2") -sha1sums=('6f96a412077d3b198ee64c88e26fe60227e723c9') +sha1sums=('fdbcde4dd622f41faa7c22cbc96a8687612d099e') build() { cd "${srcdir}" |