diff options
Diffstat (limited to 'kde-unstable/kdebindings-perlkde')
-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 cb985645e..3b9edd6fc 100644 --- a/kde-unstable/kdebindings-perlkde/PKGBUILD +++ b/kde-unstable/kdebindings-perlkde/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163389 2012-07-11 22:22:32Z andrea $ +# $Id: PKGBUILD 171754 2012-11-21 18:45:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-perlkde -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc="Perl bindings for the KDE libraries" url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde" @@ -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.xz") -sha1sums=('e0577df7a98bb4c7e7c3be3cb124ff1553a76f85') +sha1sums=('cfa442fcdce76523d7d978cfe9459c6385ead228') build() { cd "${srcdir}" |