Date: Monday, April 25, 2022 @ 21:18:17 Author: arojas Revision: 1190124
962855F072C7A01846405864FCF3C8CB5CF9C8D4 key rebuild Modified: wallutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-25 21:14:39 UTC (rev 1190123) +++ PKGBUILD 2022-04-25 21:18:17 UTC (rev 1190124) @@ -2,7 +2,7 @@ pkgname=wallutils pkgver=5.10.0 -pkgrel=1 +pkgrel=2 pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers' arch=(x86_64) url='https://github.com/xyproto/wallutils' @@ -11,7 +11,7 @@ makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto) optdepends=('feh: for setting the wallpaper for some window managers that runs under X') source=("git+$url#commit=3e1caadf5c1a4c73565a643886766415118d7334") # tag: 5.10.0 -options=(!strip) +options=(!strip !lto) b2sums=('SKIP') build() {
