Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / dconf-editor


Commits:
89645500 by Jan Alexander Steffens (heftig) at 2023-10-04T00:37:26+02:00
45.0.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = dconf-editor
+       pkgdesc = GSettings editor for GNOME
+       pkgver = 45.0.1
+       pkgrel = 1
+       url = https://wiki.gnome.org/Apps/DconfEditor
+       arch = x86_64
+       groups = gnome-extra
+       license = GPL3
+       makedepends = git
+       makedepends = meson
+       makedepends = vala
+       depends = dconf
+       depends = libhandy
+       source = 
git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=e9e1b3a8d292e0e49d884f5f498534202306af90
+       b2sums = SKIP
+
+pkgname = dconf-editor


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,26 @@
+# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=dconf-editor
-pkgver=43.0
+pkgver=45.0.1
 pkgrel=1
 pkgdesc="GSettings editor for GNOME"
 url="https://wiki.gnome.org/Apps/DconfEditor";
 arch=(x86_64)
 license=(GPL3)
+depends=(
+  dconf
+  libhandy
+)
+makedepends=(
+  git
+  meson
+  vala
+)
 groups=(gnome-extra)
-depends=(libhandy dconf)
-makedepends=(vala meson git)
-_commit=27b4f9d1d53783507f03eb9b6a140f0646ce746e  # tags/43.0^0
+_commit=e9e1b3a8d292e0e49d884f5f498534202306af90  # tags/45.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dconf-editor/-/commit/8964550028352eba9fdef82c638a778dfe98db48

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dconf-editor/-/commit/8964550028352eba9fdef82c638a778dfe98db48
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to