Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 46836782C72 for <~alpine/aports@lists.alpinelinux.org>; Sat, 2 Oct 2021 11:33:43 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amk.ie; s=key1; t=1633174421; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=If1ktsYteGEp7umKGDeqvYBwf0SFKxnZm5N4V3xp3AE=; b=Ai0/DNF5vEJ/3hKt9AaU96wS/D+NG2o6SHaGPpJ6dTZ9u1h8eYAk2ZpwO7OPLLwfifgm5Q jHNhGjrdw6hrbC7BP/Rjc6xSVVQlbk+r6YlMFWBZI8GrIkygBcrQdt/gJcrRUjVJVGU57+ XqG6TPCS8vlrl/ElHLhWg9uAMu8zWe3V06oDu2JVOwsDVXtHELJ+ywS44Aep/c9KSeNxJo 07bwdUidALYGL00lZOl2w5rCoJoq7Ur/k6Gfw5+qPhjr5f3InQfhsFy9jeBpeuDWhjlzft dpPWTgYgsThE4weZs+fQTOi/+kwqhcjvyMQZGa5qv0H6DGZGMdzFsVkLvQlA2g== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] community/foot: upgrade to 1.9.1 Date: Sat, 2 Oct 2021 12:33:37 +0100 Message-Id: <20211002113337.11814-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- community/foot/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/foot/APKBUILD b/community/foot/APKBUILD index 5110219d3a..01c11da4d4 100644 --- a/community/foot/APKBUILD +++ b/community/foot/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Alex McGrath pkgname=foot -pkgver=1.9.0 -pkgrel=1 +pkgver=1.9.1 +pkgrel=0 pkgdesc="A fast, lightweight and minimalistic Wayland terminal emulator" url="https://codeberg.org/dnkl/foot.git" arch="all" @@ -33,9 +33,7 @@ builddir="$srcdir/foot" build() { export CFLAGS="$CFLAGS -O3" # -O3 as the package is intended to use it - # TODO remove custom-terminfo-install-location=no in 1.9.1 abuild-meson \ - -Dcustom-terminfo-install-location=no \ -Dterminfo=disabled \ . output meson compile -C output @@ -48,5 +46,5 @@ package() { } sha512sums=" -ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62 foot-1.9.0.tar.gz +8f2925ce8a19fd98ac612723d7594cb741c3222d180632c1719e693b17380dc12d1188cc309377add1cecbc9fe05ea4c75df7fe5603a42f153cc05489345614e foot-1.9.1.tar.gz " -- 2.33.0