makedeb


dunst-git 11280c9a2022.04.14-2


Lightweight and customizable notification daemon

Click here to go back to the commit logs for dunst-git.

Commit:


Hash: d7b46c8f943691aa15e511927c4d968aa186f821

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 49f4323..ee9367c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = dunst-git
 	pkgdesc = Lightweight and customizable notification daemon
-	pkgver = 1.6.1.r105.gad352f9
+	pkgver = 1.7.1.r1.g51dda0a
 	pkgrel = 1
 	url = https://dunst-project.org/
 	arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2e2bd57..f61b882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=dunst-git
 _pkgname=dunst
-pkgver=1.6.1.r105.gad352f9
+pkgver=1.7.1.r1.g51dda0a
 pkgrel=1
 pkgdesc="Lightweight and customizable notification daemon"
 arch=('i686' 'x86_64' 'armv7h')
@@ -13,6 +13,7 @@ conflicts=('dunst' 'dunstify')
 # replaces=('dunst')
 source=('git+https://github.com/dunst-project/dunst')
 md5sums=('SKIP')
+MAKEFLAGS="-j$(nproc)"
 
 pkgver() {
   cd "$_pkgname"