diff options
Diffstat (limited to 'kde-unstable/kdebindings-perlkde/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-perlkde/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdebindings-perlkde/PKGBUILD b/kde-unstable/kdebindings-perlkde/PKGBUILD index 8833c0573..8d93b571c 100644 --- a/kde-unstable/kdebindings-perlkde/PKGBUILD +++ b/kde-unstable/kdebindings-perlkde/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 144791 2011-12-08 10:44:26Z andrea $ +# $Id: PKGBUILD 145506 2011-12-22 22:52:55Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-perlkde -pkgver=4.7.90 +pkgver=4.7.95 pkgrel=1 pkgdesc="Perl bindings for the KDE libraries" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') -depends=('kdebindings-perlqt' 'kdebindings-smokekde') +depends=('kdebindings-perlqt' 'kdebindings-smokekde' 'perl-list-moreutils') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate') source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.bz2") -sha1sums=('4bb4cb048ec96fb52a9bb49d2a32938a28f37355') +sha1sums=('00e5c5368c61d43732b069c66ddb07b15f529964') build() { cd "${srcdir}" |