diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-09 12:37:42 +0200 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-09 12:37:42 +0200 |
| commit | 860683c66d74cda3b60c14c7a0f8f69205420249 (patch) | |
| tree | d64238856937055be091ddbc7254c41109fd9861 /community/gjs | |
| parent | 46387c2650e1035cede449040bbf10aa56e3e8ab (diff) | |
| download | aports-860683c66d74cda3b60c14c7a0f8f69205420249.tar.bz2 aports-860683c66d74cda3b60c14c7a0f8f69205420249.tar.xz | |
community/gjs: set build type to plain
Diffstat (limited to 'community/gjs')
| -rw-r--r-- | community/gjs/APKBUILD | 3 |
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 \ |
