diff options
author | psykose <alice@ayaya.dev> | 2022-10-24 18:11:36 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-10-24 20:11:49 +0200 |
commit | 240dabe80e4ac6bb7cff8294a66427531aa16e48 (patch) | |
tree | 3fd0fd302e0aa4ea8a47826f9289954aaa5604fc | |
parent | 83c8674983be3fb7f778e7ead662602e5368ae5f (diff) |
community/wofi: upgrade to 1.3
also fixes a segfault on using dmenu
-rw-r--r-- | community/wofi/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/wofi/APKBUILD b/community/wofi/APKBUILD index feafbdcab41..6870dd07f1b 100644 --- a/community/wofi/APKBUILD +++ b/community/wofi/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com> pkgname=wofi -pkgver=1.2.4 -pkgrel=2 +pkgver=1.3 +pkgrel=0 pkgdesc="A launcher/menu program for wlroots based wayland compositors." url="https://hg.sr.ht/~scoopta/wofi" arch="all" @@ -10,11 +10,11 @@ license="GPL-3.0-only" makedepends="wayland-dev gtk+3.0-dev meson" options="!check" # no tests subpackages="$pkgname-doc $pkgname-dev" -source="$pkgname-v$pkgver-2.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v$pkgver.tar.gz" +source="$pkgname-v$pkgver.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-v$pkgver" build() { - abuild-meson build + abuild-meson -Db_lto=true . build meson compile ${JOBS:+-j ${JOBS}} -C build } @@ -23,5 +23,5 @@ package() { } sha512sums=" -9c31a57b4fd476e4cc368ae281f18687e43d61167bcc1e883d9988c6e966c128e9aaae3f27ccd33b59e0ac6a3c4a32fc70eecb7a6d259f083b9b7d2ea3f963a6 wofi-v1.2.4-2.tar.gz +90a1674bcf5365aa47d6a8b987e7507539da5652f045b18446c073913399a6e46ffd50a6a83212d521c349840912ec9edab0c69dd565e2a49b98da2a72aebcd3 wofi-v1.3.tar.gz " |