diff options
Diffstat (limited to 'community/kphotoalbum/PKGBUILD')
-rw-r--r-- | community/kphotoalbum/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD index fee341d22..936d33a53 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76830 2012-09-30 21:12:00Z lcarlier $ +# $Id: PKGBUILD 84672 2013-02-21 14:40:13Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> @@ -6,7 +6,7 @@ # Contributor: chfoxli <lg ][ romandie ? com> pkgname=kphotoalbum -pkgver=4.3 +pkgver=4.4 pkgrel=1 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" @@ -19,7 +19,7 @@ optdepends=('kdeedu-marble: integration with Marble' 'kdemultimedia-mplayerthumbs: video thumbnails') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('09b5ba7d44ee7426802b233454927b8f') +md5sums=('84cc7741c8e8c62e097ebb5e81d40979') build() { cd ${srcdir} |