Date: Wednesday, May 10, 2023 @ 22:37:48 Author: arodseth Revision: 1459859
upgpkg: wallutils 5.12.7-1 Modified: wallutils/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-10 22:18:58 UTC (rev 1459858) +++ PKGBUILD 2023-05-10 22:37:48 UTC (rev 1459859) @@ -1,7 +1,7 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=wallutils -pkgver=5.12.6 +pkgver=5.12.7 pkgrel=1 pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers' arch=(x86_64) @@ -15,7 +15,7 @@ 'nvidia-utils: for the vram utility' 'procps-ng: for the Labwc window manager' 'swaybg: for the Sway and Labwc window managers') -source=("git+$url#commit=ff6c54d88c370ead9e0a812d374c11dcfd691671") # tag: 5.12.6 +source=("git+$url#commit=d56072fbf6f53bea79fe1a45f77f939e3af518eb") # tag: 5.12.7 b2sums=(SKIP) build() { @@ -24,6 +24,7 @@ package() { DESTDIR="$pkgdir" make -C $pkgname install - find "$pkgdir/usr/bin/" -executable -type f -not -name heic-install -exec upx -q --no-progress {} >/dev/null \; + find "$pkgdir/usr/bin/" -executable -type f -not -name heic-install -exec \ + upx --best --lzma --no-progress --no-time -q {} >/dev/null \; install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
