aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repos/xorg/picom/abuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repos/xorg/picom/abuild b/repos/xorg/picom/abuild
index 90ebddad..e8b6071b 100644
--- a/repos/xorg/picom/abuild
+++ b/repos/xorg/picom/abuild
@@ -1,10 +1,9 @@
name=picom
version=11.2
-release=1
+release=2
source="https://github.com/yshui/$name/archive/v$version/$name-$version.tar.gz"
postbuild() {
- sed 's/vsync = true/vsync = false/' -i picom.sample.conf
install -Dm644 picom.sample.conf $PKG/etc/xdg/picom.conf
install -Dm644 picom.sample.conf $PKG/etc/xdg/picom.conf.example
}