diff --git a/community/kitty/0001-remove-lto.patch b/community/kitty/0001-remove-lto.patch index 9dd1db73e..4642b6097 100644 --- a/community/kitty/0001-remove-lto.patch +++ b/community/kitty/0001-remove-lto.patch @@ -1,26 +1,27 @@ -From cc022a35b3b69a623592a634e2d5ea06f05ff354 Mon Sep 17 00:00:00 2001 +From 522b7543db3075eb5d6c1d4d3d65e0d2b516eda8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 10 Jul 2018 12:50:51 -0600 Subject: [PATCH] remove lto --- - setup.py | 3 --- - 1 file changed, 3 deletions(-) + setup.py | 4 ---- + 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py -index ed9e7731..4ec76938 100755 +index 917d29e6..a9897a29 100755 --- a/setup.py +++ b/setup.py -@@ -233,9 +233,6 @@ def init_env( +@@ -277,10 +277,6 @@ def init_env( cppflags += shlex.split(os.environ.get('CPPFLAGS', '')) cflags += shlex.split(os.environ.get('CFLAGS', '')) ldflags += shlex.split(os.environ.get('LDFLAGS', '')) - if not debug and not sanitize: - # See https://github.com/google/sanitizers/issues/647 -- cflags.append('-flto'), ldflags.append('-flto') +- cflags.append('-flto') +- ldflags.append('-flto') if profile: cppflags.append('-DWITH_PROFILER') -- -2.21.0 +2.24.1 diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index f825e8b56..ff2026826 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -8,8 +8,8 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) -pkgver=0.16.0 -pkgrel=2 +pkgver=0.17.0 +pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') url="https://github.com/kovidgoyal/kitty" @@ -19,8 +19,8 @@ makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'python- optdepends=('imagemagick: viewing images with icat') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz" '0001-remove-lto.patch') -sha512sums=('4ffa6692931a7940e604eba4a3cb255f29420ed07809900dbca6a570087f16147d6a2d18aca1c1f33989e678e3055f586df835edceb49fd7633a5460735c3fe8' - '1ca2b72394ea58500da497e0decf60ded2d2ed94451b63f3c7fe89710a58160d55e637ae194c62706457e1fe99356b078050289f74b2e4d4a5450620e16e0d73') +sha512sums=('30718d143da7f7825f992e90cd38d2743e03821c1d0bddac3cdebb7d308848f9dd271c203e9615d9ea77c7cc0c9621dd2c53d845f19a5f1d12afe63179996dd2' + '1c0290a42552cbe5b3bb120965bcd2dc20b9236dba43e43ff086adc14dc25417323bf9b750bf1cb06ecb65267d6d479f79daf14f64eac697c06a138fa7baa601') prepare() { cd "$srcdir/$pkgname-$pkgver"