git » libkexiv2.git » commit 042210e

Prepare KDE Applications 15.08 release

author Antonio Rojas
2015-08-18 17:21:48 UTC
committer Antonio Rojas
2015-08-18 17:21:48 UTC
parent 6eadc2f059daa51717e74d75fc19282d6113e924

Prepare KDE Applications 15.08 release

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index c13047c..fd1f796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkexiv2
-pkgver=15.04.3
-pkgrel=2
+pkgver=15.08.0
+pkgrel=1
 pkgdesc="A library to manipulate pictures metadata"
 url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('f085504d2894ec82a64199a5bdc6db31b0ddfc6b')
+sha1sums=('bd83a15f0727a2b2b712fc8c66bed4ee173c4a6e')
 
 build() {
   cd "${srcdir}"