Date: Thursday, January 31, 2013 @ 12:17:18 Author: andrea Revision: 176382
KDE 4.10 Modified: kdebindings-qtruby/kde-unstable/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-31 11:17:17 UTC (rev 176381) +++ PKGBUILD 2013-01-31 11:17:18 UTC (rev 176382) @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=kdebindings-qtruby -pkgver=4.9.98 +pkgver=4.10.0 pkgrel=1 pkgdesc="Ruby bindings for the Qt libraries" url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby" @@ -12,8 +12,8 @@ depends=('kdebindings-smokeqt' 'ruby') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-ruby') -source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('52ab2ba36a0949420f35e837a67178f783ac85c7') +source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz") +sha1sums=('0a6a8617d34153d87d59a610e38e870f41e4ea25') build() { cd "${srcdir}"
