[arch-commits] Commit in dunst/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Mon Oct 25 20:07:38 UTC 2021


    Date: Monday, October 25, 2021 @ 20:07:38
  Author: foxboron
Revision: 1033657

upgpkg: dunst 1.7.0-3 - FS#72542: Fixed SYSCONFDIR as part of build

Modified:
  dunst/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 20:06:54 UTC (rev 1033656)
+++ PKGBUILD	2021-10-25 20:07:38 UTC (rev 1033657)
@@ -5,7 +5,7 @@
 
 pkgname=dunst
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 build() {
   cd dunst-$pkgver
 
-  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all
+  make PREFIX=/usr SYSCONFDIR=/etc X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all
 }
 
 package() {



More information about the arch-commits mailing list