aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-09 12:38:15 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-09 12:38:15 +0200
commitb994e767d27ae9ceed56b3abb5b9cd1845e0441a (patch)
tree82e33e683395213862136cb784e0b17ea6ba8695
parent860683c66d74cda3b60c14c7a0f8f69205420249 (diff)
downloadaports-b994e767d27ae9ceed56b3abb5b9cd1845e0441a.tar.bz2
aports-b994e767d27ae9ceed56b3abb5b9cd1845e0441a.tar.xz
community/zathura-ps: set buildtype to plain
-rw-r--r--community/zathura-ps/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/zathura-ps/APKBUILD b/community/zathura-ps/APKBUILD
index 75917eaf2c..198a3f4e0c 100644
--- a/community/zathura-ps/APKBUILD
+++ b/community/zathura-ps/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
pkgname=zathura-ps
pkgver=0.2.6
-pkgrel=5
+pkgrel=6
pkgdesc="zathura-ps - plugin adds PostScript support to zathura"
url="https://git.pwmt.org/pwmt/zathura-ps"
arch="all"
@@ -15,7 +15,9 @@ source="https://git.pwmt.org/pwmt/zathura-ps/-/archive/$pkgver/zathura-ps-$pkgve
build() {
- meson build --prefix=/usr
+ meson build \
+ --buildtype=plain \
+ --prefix=/usr
ninja -C build
}