Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / picom


Commits:
688379f7 by Robin Candau at 2024-09-29T15:25:34+02:00
upgpkg: 12.1-3: Typo fix

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = picom
        pkgdesc = A lightweight compositor for X11
        pkgver = 12.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://picom.app
        arch = x86_64
        license = MPL-2.0 AND MIT


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=picom
 pkgver=12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A lightweight compositor for X11"
 url="https://picom.app";
 arch=('x86_64')
@@ -32,7 +32,7 @@ prepare() {
        # Improve performance (recommended option)
        setconf -u picom.sample.conf 'glx-no-stencil=true;'
        # Force xrender as the default backend (default upstream value)
-       setconf -u picom.sample.conf 'backend="xrender";'
+       setconf -u picom.sample.conf 'backend="xrender"'
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/688379f7f5da074f62f2c6d1600bb3c4536247db

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/688379f7f5da074f62f2c6d1600bb3c4536247db
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to