author | Antonio Rojas
<arojas@archlinux.org> 2015-09-14 20:47:57 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-09-14 20:47:57 UTC |
parent | 042210e3a6d80e84c2e7fad26b805172e1262f30 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index fd1f796..fa1af65 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=15.08.0 +pkgver=15.08.1 pkgrel=1 pkgdesc="A library to manipulate pictures metadata" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" @@ -13,11 +13,11 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('bd83a15f0727a2b2b712fc8c66bed4ee173c4a6e') +sha1sums=('7ab70bfdd59f57ce4ce27440de42ee1b27031f15') build() { cd "${srcdir}" - mkdir build + mkdir -p build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \