Date: Tuesday, May 5, 2020 @ 21:45:30 Author: arodseth Revision: 624985
upgpkg: picom 8-1 Modified: picom/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-05 21:35:14 UTC (rev 624984) +++ PKGBUILD 2020-05-05 21:45:30 UTC (rev 624985) @@ -4,8 +4,8 @@ # Contributor: Valère Monseur <[email protected]> pkgname=picom -pkgver=7.5 -pkgrel=3 +pkgver=8 +pkgrel=1 pkgdesc='X compositor that may fix tearing issues' arch=(x86_64) url='https://github.com/yshui/picom' @@ -14,15 +14,15 @@ provides=(compton) conflicts=(compton) makedepends=(asciidoc git mesa meson ninja setconf uthash) -depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre - pixman xcb-util-image xcb-util-renderutil) +depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman + xcb-util-image xcb-util-renderutil) backup=(etc/xdg/picom.conf) optdepends=('dbus: For controlling picom via D-Bus' 'xorg-xwininfo: For picom-trans' 'xorg-xprop: For picom-trans' 'python: For running picom-convgen.py') -# git tag: v7.5 -source=("git+$url?signed#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0?37C999F617EA1A47" +# git tag: v8 +source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24" picom.conf) validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui <[email protected]> sha256sums=('SKIP' @@ -30,7 +30,7 @@ build() { mkdir -p build - arch-meson build $pkgname -D build_docs=true -D b_ndebug=true + arch-meson build $pkgname -D b_ndebug=true -D with_docs=true ninja -v -C build }
