gnome-tweaks: fix libhandy dependency
This commit is contained in:
parent
7b66ee5c9d
commit
a8a2dca0e7
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gnome-tweaks'
|
||||
pkgname=gnome-tweaks
|
||||
version=40.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
hostmakedepends="gettext"
|
||||
depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
|
||||
short_desc="GNOME3 tool to customize advanced options"
|
||||
depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy1"
|
||||
short_desc="GNOME tool to customize advanced options"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later, CC0-1.0"
|
||||
homepage="https://wiki.gnome.org/Apps/Tweaks"
|
||||
|
|
Loading…
Reference in a new issue