aboutsummaryrefslogtreecommitdiffstats
path: root/community/libaccounts-glib
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 16:07:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 07:52:28 -0300
commitb5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch)
treeba48db1aed717196c3f9a0632703d67a86e38cdf /community/libaccounts-glib
parente0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff)
downloadaports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2
aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/libaccounts-glib')
-rw-r--r--community/libaccounts-glib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libaccounts-glib/APKBUILD b/community/libaccounts-glib/APKBUILD
index 836971251d..52bf5433d3 100644
--- a/community/libaccounts-glib/APKBUILD
+++ b/community/libaccounts-glib/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libaccounts-glib
pkgver=1.24
-pkgrel=1
+pkgrel=2
arch="all"
url="https://gitlab.com/accounts-sso/libaccounts-glib"
pkgdesc="GLib-based client library for the accounts database"
@@ -15,7 +15,7 @@ options="!check" # Requires a systemd feature
builddir="$srcdir/$pkgname-VERSION_$pkgver"
build() {
- meson build --prefix=/usr
+ meson build --prefix=/usr --buildtype=plain
ninja -C build
}