diff options
author | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
commit | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch) | |
tree | 64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /extra/libkexiv2/PKGBUILD | |
parent | 7c92c5fcfb5653f63243842299e413672653d1ad (diff) |
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'extra/libkexiv2/PKGBUILD')
-rw-r--r-- | extra/libkexiv2/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libkexiv2/PKGBUILD b/extra/libkexiv2/PKGBUILD index b3f695564..04373f8b9 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 174654 2013-01-05 13:06:58Z andrea $ +# $Id: PKGBUILD 177647 2013-02-08 08:56:07Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.9.5 +pkgver=4.10.0 pkgrel=1 pkgdesc="A library to manipulate pictures metadata" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('54f30de47f12101b4e6ebd74f5d8e6052e694461') +sha1sums=('7a9d00c0a25549bfe28453143ec78965a8aa6a4a') build() { cd "${srcdir}" @@ -21,6 +21,7 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr make } |