Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / dunst
Commits: 946b0bfb by Morten Linderud at 2024-02-29T21:57:39+01:00 upgpkg: 1.10.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = dunst + pkgdesc = Customizable and lightweight notification-daemon + pkgver = 1.10.0 + pkgrel = 1 + url = https://dunst-project.org/ + arch = x86_64 + license = BSD + makedepends = libnotify + depends = libxinerama + depends = dbus + depends = systemd + depends = wayland + depends = libxss + depends = pango + depends = gdk-pixbuf2 + depends = libxrandr + depends = glib2 + optdepends = libnotify: dunstify + provides = notification-daemon + backup = etc/dunst/dunstrc + source = dunst-1.10.0.tar.gz::https://github.com/dunst-project/dunst/archive/v1.10.0.tar.gz + sha256sums = d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f + +pkgname = dunst ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: feuri pkgname=dunst -pkgver=1.9.2 +pkgver=1.10.0 pkgrel=1 pkgdesc="Customizable and lightweight notification-daemon" url="https://dunst-project.org/" @@ -16,7 +16,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=('fa6ce45c0af4bae188b0d679a5ba92f8f9b7e4301bb1bb476e82df26bce9e71a') +sha256sums=('d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f') build() { cd dunst-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dunst/-/commit/946b0bfb0dec9f07b96893ca9ead1117852e727a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dunst/-/commit/946b0bfb0dec9f07b96893ca9ead1117852e727a You're receiving this email because of your account on gitlab.archlinux.org.
