gramps: update to 4.2.6.

This commit is contained in:
7185 2017-09-07 00:15:14 +02:00
parent 360cf2492e
commit e9b0714b3b
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gramps'
pkgname=gramps
version=4.2.4
version=4.2.6
revision=1
build_style=python3-module
pycompile_module="gramps"
@ -13,8 +13,8 @@ maintainer="7185 <7185@free.fr>"
license="GPL-2"
homepage="https://gramps-project.org"
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
checksum=25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa
checksum=6f6f2afe745179e2e66f216f25ca2ba4bf4d5f6bd3b553bbb2946df0636a0bed
post_build() {
echo -n '/usr/share' > gramps/gen/utils/resource-path
post_install() {
echo -n '/usr/share' > ${DESTDIR}${py3_sitelib}/gramps/gen/utils/resource-path
}