diff options
Diffstat (limited to 'extra/libkexiv2')
-rw-r--r-- | extra/libkexiv2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libkexiv2/PKGBUILD b/extra/libkexiv2/PKGBUILD index e294e1c46..84e7e317a 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 147798 2012-01-28 10:33:15Z andrea $ +# $Id: PKGBUILD 152047 2012-03-04 14:27:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 @@ -12,7 +12,7 @@ depends=('kdelibs') makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") sha1sums=('4536ffd3df63a8dcf68bf8ab221ba0c09be417c6') build() { |