diff options
Diffstat (limited to 'community/gnome-bluetooth')
-rw-r--r-- | community/gnome-bluetooth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index a2fe20fcee..295f8386e3 100644 --- a/community/gnome-bluetooth/APKBUILD +++ b/community/gnome-bluetooth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-bluetooth pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" arch="all" @@ -17,7 +17,7 @@ source="https://download.gnome.org/sources/gnome-bluetooth/${pkgver%.*}/gnome-bl build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ output . ninja -C output |