diff options
author | root <root@rshg054.dnsready.net> | 2012-05-05 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-05 00:01:14 +0000 |
commit | 5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 (patch) | |
tree | eb041f2a83edee4a597678749b22181df9a32ecb /extra/kdebindings-qtruby/PKGBUILD | |
parent | b2c353d874b85e06f355a9419852e2616613c7d0 (diff) |
Sat May 5 00:01:14 UTC 2012
Diffstat (limited to 'extra/kdebindings-qtruby/PKGBUILD')
-rw-r--r-- | extra/kdebindings-qtruby/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdebindings-qtruby/PKGBUILD b/extra/kdebindings-qtruby/PKGBUILD index a89dc2292..b1ba9dffc 100644 --- a/extra/kdebindings-qtruby/PKGBUILD +++ b/extra/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155535 2012-04-04 14:12:47Z andrea $ +# $Id: PKGBUILD 158373 2012-05-03 22:30:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.8.2 +pkgver=4.8.3 pkgrel=1 pkgdesc="Qt bindings for ruby" url="http://kde.org/" @@ -13,7 +13,7 @@ depends=('kdebindings-smokeqt' 'ruby') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('86643ab8ea52f4a1abcefa3620cea62d2225f949') +sha1sums=('aa88b382034cb66f283c200a10c04d3ba2170492') build() { cd "${srcdir}" |