aboutsummaryrefslogtreecommitdiffstats
path: root/community/libzmf
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-26 21:44:31 +0200
committerprspkt <prspkt@protonmail.com>2019-02-26 23:33:41 +0200
commitaf768745574904c97097cbe0111fc450acc33990 (patch)
treeb0596ddafdf5105d806624855e3a82098b6cb55f /community/libzmf
parent1eebb02be17efc3dd621063887e6289d7f0cf340 (diff)
community/libzmf: upgrade to 0.0.2
Diffstat (limited to 'community/libzmf')
-rw-r--r--community/libzmf/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/libzmf/APKBUILD b/community/libzmf/APKBUILD
index eea87060a87..8765628a9a3 100644
--- a/community/libzmf/APKBUILD
+++ b/community/libzmf/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libzmf
-pkgver=0.0.1
-pkgrel=4
+pkgver=0.0.2
+pkgrel=0
pkgdesc="Import filter and tools for Zoner Callisto/Draw documents"
url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
arch="all"
@@ -15,6 +15,11 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://dev-www.libreoffice.org/src/libzmf/libzmf-$pkgver.tar.xz"
builddir="$srcdir/libzmf-$pkgver"
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
cd "$builddir"
./configure \
@@ -33,4 +38,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2 libzmf-0.0.1.tar.xz"
+sha512sums="ad4a8e65e85434e43caa239ff2a3f358c6db6411235c4bb73d8d2aa1527a4f411433370706db391f8f8110a36759249ee19b27be75bae5f361c491006d1b9aa2 libzmf-0.0.2.tar.xz"