git » libkdcraw.git » commit 9a611ee

KDE 4.8.1

author Andrea Scarpino
2012-03-04 11:08:51 UTC
committer Andrea Scarpino
2012-03-04 11:08:51 UTC
parent 312b132d0c3c1066b40f0e51004e5ecb308664c8

KDE 4.8.1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 662e6c9..825a3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkdcraw
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="A C++ interface used to decode RAW picture"
 url="http://kde.org/"
@@ -12,8 +12,8 @@ makedepends=('cmake' 'automoc4')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('4c613177ec8cfe1436e5fb7f3b61bbb306d13f71')
+source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('80dd47457b9803240a3002ef42d96e201d9face8')
 
 build() {
   cd "${srcdir}"