aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/libemf2svg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libemf2svg/APKBUILD b/testing/libemf2svg/APKBUILD
index e575c83ab3..ed8d8fd828 100644
--- a/testing/libemf2svg/APKBUILD
+++ b/testing/libemf2svg/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=libemf2svg
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="MS EMF (Enhanced Metafile) to SVG conversion library"
url="https://github.com/kakwa/libemf2svg"
arch="all"
license="GPL-2.0-only"
-makedepends="gnu-libiconv-dev libpng-dev fontconfig-dev freetype-dev
+makedepends="cmake gnu-libiconv-dev libpng-dev fontconfig-dev freetype-dev
argp-standalone"
subpackages="$pkgname-utils"
source="$pkgname-$pkgver.tar.gz::https://github.com/kakwa/libemf2svg/archive/$pkgver.tar.gz"