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

Johannes Löthberg demize at archlinux.org
Sun Jan 7 10:21:53 UTC 2018


    Date: Sunday, January 7, 2018 @ 10:21:52
  Author: demize
Revision: 279847

Rebuild due to broken service files

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-07 10:08:31 UTC (rev 279846)
+++ PKGBUILD	2018-01-07 10:21:52 UTC (rev 279847)
@@ -5,7 +5,7 @@
 
 pkgname=dunst
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/"
@@ -20,7 +20,7 @@
 md5sums=('f095a62ae24ec9de87596cadad19811a')
 
 build() {
-	make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+	make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
 }
 
 package() {



More information about the arch-commits mailing list