diff options
Diffstat (limited to 'kde-unstable/kdebindings-perlkde/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-perlkde/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdebindings-perlkde/PKGBUILD b/kde-unstable/kdebindings-perlkde/PKGBUILD index e553f1944..15c4d7829 100644 --- a/kde-unstable/kdebindings-perlkde/PKGBUILD +++ b/kde-unstable/kdebindings-perlkde/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 128666 2011-06-25 12:00:22Z andrea $ +# $Id: PKGBUILD 131306 2011-07-12 17:47:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-perlkde -pkgver=4.6.90 +pkgver=4.6.95 pkgrel=1 pkgdesc="Perl bindings for the KDE libraries" url="http://kde.org/" @@ -13,7 +13,7 @@ depends=('kdebindings-perlqt' 'kdebindings-smokekde') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate') source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.bz2") -sha1sums=('71514987b314cbf1101daccac1b26fe7f76d2184') +sha1sums=('068817388f1963ef975261054a485f8dc8e3fd09') build() { cd "${srcdir}" |