Date: Monday, October 3, 2022 @ 21:57:36 Author: heftig Revision: 457170
43.0-1 Modified: dconf-editor/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-03 21:55:30 UTC (rev 457169) +++ PKGBUILD 2022-10-03 21:57:36 UTC (rev 457170) @@ -1,17 +1,17 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=dconf-editor -pkgver=3.38.3 -pkgrel=2 +pkgver=43.0 +pkgrel=1 pkgdesc="GSettings editor for GNOME" url="https://wiki.gnome.org/Apps/DconfEditor" arch=(x86_64) license=(GPL3) groups=(gnome-extra) -depends=(gtk3 dconf) +depends=(libhandy dconf) makedepends=(vala meson git) options=(debug) -_commit=886181423ba8e93e766087425a0f2066f450cab1 # tags/3.38.3^0 +_commit=27b4f9d1d53783507f03eb9b6a140f0646ce746e # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit") sha256sums=('SKIP') @@ -22,9 +22,6 @@ prepare() { cd $pkgname - - # https://bugs.archlinux.org/task/75459 - git cherry-pick -n 56474378568e6ff4af8aa912810323e808c1d977 } build() {
