Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
dunst
Commits:
d0ba4fe0 by Morten Linderud at 2026-02-14T16:53:15+01:00
upgpkg: 1.13.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dunst
pkgdesc = Customizable and lightweight notification-daemon
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = https://dunst-project.org/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = dunst
optdepends = libnotify: dunstify
provides = notification-daemon
backup = etc/dunst/dunstrc
- source =
dunst-1.13.0.tar.gz::https://github.com/dunst-project/dunst/archive/v1.13.0.tar.gz
- sha256sums =
7a8a1813977ad5941488c66b914501703fc0f6e12e631dc18506ad617242e7a0
+ source =
dunst-1.13.1.tar.gz::https://github.com/dunst-project/dunst/archive/v1.13.1.tar.gz
+ sha256sums =
a578e5c2cdb546187355c710f1aa84c472e6e23828e692fe1cb0ebb9635b11a6
pkgname = dunst
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: feuri
pkgname=dunst
-pkgver=1.13.0
+pkgver=1.13.1
pkgrel=1
pkgdesc="Customizable and lightweight notification-daemon"
url="https://dunst-project.org/"
@@ -17,7 +17,7 @@ optdepends=('libnotify: dunstify')
backup=('etc/dunst/dunstrc')
provides=('notification-daemon')
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-sha256sums=('7a8a1813977ad5941488c66b914501703fc0f6e12e631dc18506ad617242e7a0')
+sha256sums=('a578e5c2cdb546187355c710f1aa84c472e6e23828e692fe1cb0ebb9635b11a6')
build() {
cd dunst-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dunst/-/commit/d0ba4fe09e4d4913d90ecf3d869aa965f05a7517
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dunst/-/commit/d0ba4fe09e4d4913d90ecf3d869aa965f05a7517
You're receiving this email because of your account on gitlab.archlinux.org.