git » libkexiv2.git » commit c3bb42c

KDE 4.8.1

author Andrea Scarpino
2012-03-04 11:08:54 UTC
committer Andrea Scarpino
2012-03-04 11:08:54 UTC
parent b7034826cf3a00531dad70cbeb7ae77c21200a5e

KDE 4.8.1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 7777dbc..6df520a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkexiv2
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="A library to manipulate pictures metadata"
 url="http://kde.org/"
@@ -11,8 +11,8 @@ depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('4536ffd3df63a8dcf68bf8ab221ba0c09be417c6')
+source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('273d76f2414c2dc442ab8f9dc72578977aba0f0c')
 
 build() {
   cd "${srcdir}"