Date: Friday, November 29, 2019 @ 11:27:24 Author: arodseth Revision: 534348
upgpkg: picom 7.5-2 Modified: picom/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-29 11:05:54 UTC (rev 534347) +++ PKGBUILD 2019-11-29 11:27:24 UTC (rev 534348) @@ -5,7 +5,7 @@ pkgname=picom pkgver=7.5 -pkgrel=1 +pkgrel=2 pkgdesc='X compositor that may fix tearing issues' arch=(x86_64) url='https://github.com/yshui/picom' @@ -22,18 +22,12 @@ 'xorg-xprop: For picom-trans' 'python: For running picom-convgen.py') # git tag: v7.5 -source=("git+$url#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0" +source=("git+$url?signed#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0?37C999F617EA1A47" picom.conf) +validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui <[email protected]> sha256sums=('SKIP' '78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481') -prepare() { - cd $pkgname - setconf $pkgname.desktop Exec picom - setconf $pkgname.desktop Comment 'Compositor for X11' - setconf $pkgname.desktop TryExec /usr/bin/picom -} - build() { mkdir -p build arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
