libalkimia: update to 7.0.2.

This commit is contained in:
Helmut Pozimski 2018-12-07 22:19:04 +01:00
parent ada813fc9e
commit 424a2a7480
2 changed files with 9 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Template file for 'libalkimia'
pkgname=libalkimia
version=7.0
version=7.0.2
revision=1
wrksrc="alkimia-${version}"
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools"
makedepends="qt5-devel gmp-devel gmpxx-devel"
homepage="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
short_desc="Library used by KDE finance applications"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1"
distfiles="http://download.kde.org/stable/alkimia/${version}/src/alkimia-${version}.tar.xz"
wrksrc="alkimia-${version}"
checksum=0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158
license="LGPL-2.1-or-later"
homepage="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
distfiles="${KDE_SITE}/alkimia/${version}/alkimia-${version}.tar.xz"
checksum=59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454
libalkimia-devel_package() {
short_desc+=" - development files"
@ -20,6 +20,6 @@ libalkimia-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}

View file

@ -0,0 +1,2 @@
site="${KDE_SITE}/alkimia/"
pattern='href="\K[\d\.]+(?=/")'