Date: Tuesday, January 18, 2022 @ 14:57:52 Author: svenstaro Revision: 1109039
upgpkg: watchexec 1.18.0-1 Modified: watchexec/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-18 14:57:31 UTC (rev 1109038) +++ PKGBUILD 2022-01-18 14:57:52 UTC (rev 1109039) @@ -1,8 +1,8 @@ -# Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Vlad M. <[email protected]> pkgname=watchexec -pkgver=1.17.1 +pkgver=1.18.0 pkgrel=1 pkgdesc="Executes commands in response to file modifications" url='https://github.com/watchexec/watchexec' @@ -11,7 +11,8 @@ arch=('x86_64') license=('Apache') source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz") -sha256sums=('3bc82174729628010d29c85f2d2c61cc45cef5cc729f13153b1422c8f647d33f') +options=('!lto') +sha256sums=('dc022fab03c47381b52028fe4cdd57984cde55b9af4561cb0133e881eac7e6d0') build() { cd "watchexec-cli-v$pkgver"
