summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-07-28 13:54:58 +0200
committerPeter Mattern2022-07-28 13:54:58 +0200
commitddd5506457523350331e4c66a40377dfce039ce2 (patch)
tree17ce8998423eebfbcabd170f08b0a8e3f4288932
parentdce545a8a83aff1045dc6eb745d751cdbd046eb6 (diff)
downloadaur-ddd5506457523350331e4c66a40377dfce039ce2.tar.gz
Adopt package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD17
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11c983db63d..a9536472dd05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = dunst-git
- pkgdesc = Lightweight and customizable notification daemon
+ pkgdesc = A highly configurable and lightweight notification daemon
pkgver = 1.6.1.r13.g3acffdb
pkgrel = 1
url = https://dunst-project.org/
@@ -21,11 +21,8 @@ pkgbase = dunst-git
depends = libxrandr
provides = dunst
provides = notification-daemon
- provides = dunstify
conflicts = dunst
- conflicts = dunstify
- source = git+https://github.com/dunst-project/dunst
- md5sums = SKIP
+ source = git+https://github.com/dunst-project/dunst.git
+ sha256sums = SKIP
pkgname = dunst-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b818beaefb79..ce23c79f2cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,24 @@
-# Maintainer: Marcus Andersson <marcus@tojoma-se>
-# Maintainer: Morten Linderud <foxboron@archlinux.org>
+# Maintainer: Peter Mattern <pmattern at arcor dot de>
+# Contributor: Marcus Andersson <marcus@tojoma-se>
+# Contributor: Morten Linderud <foxboron@archlinux.org>
# Contributor: Moritz Maxeiner <moritz@ucworks.org>
# Contributor: Stefan-Husmann@t-online.de
# Contributor: Army
-pkgname=dunst-git
_pkgname=dunst
+pkgname=${_pkgname}-git
pkgver=1.6.1.r13.g3acffdb
pkgrel=1
-pkgdesc="Lightweight and customizable notification daemon"
+pkgdesc="A highly configurable and lightweight notification daemon"
arch=('i686' 'x86_64' 'armv7h')
url="https://dunst-project.org/"
license=('BSD')
depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 'libxdg-basedir' 'libxrandr')
makedepends=('git' 'perl' 'dbus' 'wayland-protocols' 'wayland')
-provides=('dunst' 'notification-daemon' 'dunstify')
-conflicts=('dunst' 'dunstify')
-source=('git+https://github.com/dunst-project/dunst')
-md5sums=('SKIP')
+provides=('dunst' 'notification-daemon')
+conflicts=('dunst')
+source=('git+https://github.com/dunst-project/dunst.git')
+sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"