[arch-commits] Commit in libnotify/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed May 11 23:12:09 UTC 2022
Date: Wednesday, May 11, 2022 @ 23:12:08
Author: heftig
Revision: 445059
0.7.12-1
Modified:
libnotify/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-11 23:09:01 UTC (rev 445058)
+++ PKGBUILD 2022-05-11 23:12:08 UTC (rev 445059)
@@ -2,8 +2,8 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=libnotify
-pkgver=0.7.11
-pkgrel=2
+pkgver=0.7.12
+pkgrel=1
pkgdesc="Library for sending desktop notifications"
url="https://gitlab.gnome.org/GNOME/libnotify"
arch=(x86_64)
@@ -11,7 +11,7 @@
depends=(gdk-pixbuf2)
makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
options=(debug)
-_commit=e8a57f7245434603a0fda8b0b6a30017f08ce1e4 # tags/0.7.11^0
+_commit=8162b1d397deb77e7b615dab36437cd43e96fbc6 # tags/0.7.12^0
source=("git+$url.git#commit=$_commit")
sha256sums=('SKIP')
@@ -22,9 +22,6 @@
prepare() {
cd $pkgname
-
- # Fix Electron crash on notification click
- git cherry-pick -n 596d09a78fe1138e1ec4cba56b269631985e6b74
}
build() {
More information about the arch-commits
mailing list