aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-09 12:37:42 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-09 12:37:42 +0200
commit860683c66d74cda3b60c14c7a0f8f69205420249 (patch)
treed64238856937055be091ddbc7254c41109fd9861
parent46387c2650e1035cede449040bbf10aa56e3e8ab (diff)
downloadaports-860683c66d74cda3b60c14c7a0f8f69205420249.tar.bz2
aports-860683c66d74cda3b60c14c7a0f8f69205420249.tar.xz
community/gjs: set build type to plain
-rw-r--r--community/gjs/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gjs/APKBUILD b/community/gjs/APKBUILD
index d7e91e5849..81831ad4b3 100644
--- a/community/gjs/APKBUILD
+++ b/community/gjs/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gjs
pkgver=1.64.1
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME javascript library"
url="https://wiki.gnome.org/Projects/Gjs"
arch="all !s390x !mips !mips64"
@@ -20,6 +20,7 @@ esac
build() {
meson \
+ --buildtype=plain \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \