From 10c9e9ee1ec60b0d8b995e2b267ec8d994fc8aef Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 30 Dec 2022 13:21:28 +0100 Subject: [PATCH] luit: rebuild I tried to update, but the newest version (20221028) freezes on exit. --- luit/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luit/PKGBUILD b/luit/PKGBUILD index 5933f7cf..05f388c9 100644 --- a/luit/PKGBUILD +++ b/luit/PKGBUILD @@ -2,11 +2,11 @@ pkgname=luit pkgver=20201003 -pkgrel=1 +pkgrel=2 pkgdesc="Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator" arch=('i686' 'x86_64') url='https://invisible-island.net/luit/luit.html' -license=('MIT') +license=('spdx:MIT') source=(ftp://ftp.invisible-island.net/luit/luit-${pkgver}.tgz luit-20190106-fix-ldflags.patch) depends=('gcc-libs' 'libiconv' 'zlib')