Date: Thursday, May 5, 2022 @ 11:32:30 Author: heftig Revision: 444692
0.7.11-2: fix electron crash Modified: libnotify/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-05 10:51:25 UTC (rev 444691) +++ PKGBUILD 2022-05-05 11:32:30 UTC (rev 444692) @@ -3,7 +3,7 @@ pkgname=libnotify pkgver=0.7.11 -pkgrel=1 +pkgrel=2 pkgdesc="Library for sending desktop notifications" url="https://gitlab.gnome.org/GNOME/libnotify" arch=(x86_64) @@ -22,6 +22,9 @@ prepare() { cd $pkgname + + # Fix Electron crash on notification click + git cherry-pick -n 596d09a78fe1138e1ec4cba56b269631985e6b74 } build() {
