[arch-commits] Commit in dunst/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Wed Jul 12 19:00:08 UTC 2017
Date: Wednesday, July 12, 2017 @ 19:00:07
Author: demize
Revision: 244826
upgpkg: dunst 1.2.0-1
Modified:
dunst/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-12 18:34:13 UTC (rev 244825)
+++ PKGBUILD 2017-07-12 19:00:07 UTC (rev 244826)
@@ -1,20 +1,24 @@
# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: feuri
pkgname=dunst
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
+
pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
arch=('i686' 'x86_64')
-url="http://www.knopwob.org/dunst/"
-license=(BSD)
-depends=(libxinerama libxss libxdg-basedir pango)
-makedepends=(libnotify)
-provides=(notification-daemon)
-source=("http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2")
-md5sums=('7c37fb5306012fd658839908479dbbed')
+license=('BSD')
+depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gtk2' 'libxdg-basedir')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('425d5bb10a8b571c7494c5e60aaae7e1')
+
build() {
make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
}
More information about the arch-commits
mailing list