Skip to content
Snippets Groups Projects
Commit 7955f863 authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 5.12.7-1

parent babc8452
No related branches found
No related tags found
No related merge requests found
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
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 @@ optdepends=('feh: for setting the wallpaper for some window managers that runs u
'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 @@ build() {
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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment