[arch-commits] Commit in dunst/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Jul 28 19:57:45 UTC 2020
Date: Tuesday, July 28, 2020 @ 19:57:44
Author: polyzen
Revision: 665713
upgpkg: dunst 1.5.0-1
Modified:
dunst/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-28 19:51:11 UTC (rev 665712)
+++ PKGBUILD 2020-07-28 19:57:44 UTC (rev 665713)
@@ -1,9 +1,10 @@
# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: feuri
pkgname=dunst
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
pkgdesc="Customizable and lightweight notification-daemon"
@@ -18,12 +19,12 @@
provides=('notification-daemon')
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('ea22e152ae40a1fc8e0e4da5b762ad20')
+md5sums=('e42e7a53741066b137dcb92bb8c22020')
build() {
cd dunst-$pkgver
- make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
+ make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all
}
package() {
More information about the arch-commits
mailing list