diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-12-24 13:41:02 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-12-24 13:41:45 +0100 |
commit | fd2352112bc3fe232c124337f33a69c150dbb4a2 (patch) | |
tree | d281dfcfc6aac43776710f1fba73ce6bda734bb6 | |
parent | c8b7d321ea2687f7f6d84c2973aca2d12061e11a (diff) |
community/gnome-settings-daemon: rebuild against pulseaudio 14
Fixes '(gsd-media-keys:4247): Gvc-WARNING **: 13:07:57.892: libgnome-volume-control running against PulseAudio 34, but compiled against older 33, report a bug to your distribution'
warning in GDM's log
-rw-r--r-- | community/gnome-settings-daemon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-settings-daemon/APKBUILD b/community/gnome-settings-daemon/APKBUILD index a7713748a72..6312957bc31 100644 --- a/community/gnome-settings-daemon/APKBUILD +++ b/community/gnome-settings-daemon/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-settings-daemon pkgver=3.38.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME settings daemon" url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon" arch="all !s390x !mips !mips64" |