extra-cmake-modules: 0.0.10

This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2014-02-20 07:00:15 +01:00
parent c9e1f7cb1e
commit 22f5018919

View File

@ -3,7 +3,7 @@
source ../frameworks.conf
pkgname=extra-cmake-modules
pkgver=0.0.9
pkgver=0.0.10
pkgrel=1
pkgdesc='Extra CMake modules'
arch=('any')
@ -11,7 +11,7 @@ url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
license=('LGPL')
depends=('cmake')
source=("$KFServer/$KFVersion/${pkgname}-${pkgver}.tar.xz")
md5sums=('79cc159b2fa91507ea349dd0fd305d78')
md5sums=('76914377bbc8bbe03c3eb327b6041da8')
prepare() {
mkdir -p build
@ -29,4 +29,3 @@ package() {
cd build
make DESTDIR="${pkgdir}" install
}