diff options
Diffstat (limited to 'community/appstream-glib')
-rw-r--r-- | community/appstream-glib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/appstream-glib/APKBUILD b/community/appstream-glib/APKBUILD index 97c51dede4..6bd8ecfd78 100644 --- a/community/appstream-glib/APKBUILD +++ b/community/appstream-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=appstream-glib pkgver=0.7.17 -pkgrel=0 +pkgrel=1 pkgdesc="Library for AppStream metadata" url="https://people.freedesktop.org/~hughsient/appstream-glib/" arch="all" @@ -36,7 +36,7 @@ options="!check" # selftest fails due to updated metadata at upstream build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddep11=true \ -Dbuilder=true \ -Drpm=false \ |