Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
darkman
Commits:
3ad01879 by Daniel M. Capella at 2026-03-02T16:26:24-05:00
upgpkg: 2.3.0-1
- - - - -
3bddae49 by Daniel M. Capella at 2026-03-03T21:13:07-05:00
upgpkg: 2.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,16 @@
pkgbase = darkman
pkgdesc = Framework for dark-mode and light-mode transitions on Linux
desktop
- pkgver = 2.2.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://darkman.whynothugo.nl
arch = x86_64
license = ISC
makedepends = git
makedepends = go
- makedepends = scdoc
optdepends = geoclue: to automatically determine the system's location
optdepends = xdg-desktop-portal-impl: to expose the current mode via
the XDG settings portal D-Bus API
- source = git+https://gitlab.com/WhyNotHugo/darkman.git#tag=v2.2.0?signed
+ source = git+https://gitlab.com/WhyNotHugo/darkman.git#tag=v2.3.1?signed
validpgpkeys = 1204CA9FC2FFADEEDC2961367880733B9D062837
- b2sums =
d61e33f987e518287512800097a2e3321300262e039fff0315d582012f3c0f0542a993f57b4f8bb03629056c462f1159723e5dbeaef86da35f169e128750b2b9
+ b2sums =
5a96289ce2044ef276144f5245ed21819e06271a559db2fb1ae569c37720fb3a57f4e30ba092daf8de0b90e24effa22a645dc7b679fa6e8a58563b3a361f7df4
pkgname = darkman
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Hugo Osvaldo Barrera <[email protected]>
pkgname=darkman
-pkgver=2.2.0
+pkgver=2.3.1
pkgrel=1
pkgdesc='Framework for dark-mode and light-mode transitions on Linux desktop'
arch=(x86_64)
@@ -11,14 +11,13 @@ license=(ISC)
makedepends=(
git
go
- scdoc
)
optdepends=(
"geoclue: to automatically determine the system's location"
'xdg-desktop-portal-impl: to expose the current mode via the XDG settings
portal D-Bus API'
)
source=("git+https://gitlab.com/WhyNotHugo/darkman.git#tag=v$pkgver?signed")
-b2sums=('d61e33f987e518287512800097a2e3321300262e039fff0315d582012f3c0f0542a993f57b4f8bb03629056c462f1159723e5dbeaef86da35f169e128750b2b9')
+b2sums=('5a96289ce2044ef276144f5245ed21819e06271a559db2fb1ae569c37720fb3a57f4e30ba092daf8de0b90e24effa22a645dc7b679fa6e8a58563b3a361f7df4')
validpgpkeys=("1204CA9FC2FFADEEDC2961367880733B9D062837") # Hugo Osvaldo
Barrera <[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/darkman/-/compare/e4bf41165ff7b575bbd858e28960503538d948dd...3bddae49f87c416ee95ded9373f4b3d1f61514d3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/darkman/-/compare/e4bf41165ff7b575bbd858e28960503538d948dd...3bddae49f87c416ee95ded9373f4b3d1f61514d3
You're receiving this email because of your account on gitlab.archlinux.org.