diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-08-15 17:20:47 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-08-15 17:20:47 -0500 |
commit | 6833fbfd50ebca72633ecfb4a134c929fcfcb60a (patch) | |
tree | 989949e7ca0940e5548aae3f2007acd78b5296a6 | |
parent | 851296bcf8b382b74794605aa03fe1909c597262 (diff) | |
download | contrib-6833fbfd50ebca72633ecfb4a134c929fcfcb60a.tar.gz contrib-6833fbfd50ebca72633ecfb4a134c929fcfcb60a.tar.xz |
dunst: removed libxdg-basedir dependency
-rw-r--r-- | dunst/.signature | 4 | ||||
-rw-r--r-- | dunst/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dunst/.signature b/dunst/.signature index 2e6be0261..b570136f2 100644 --- a/dunst/.signature +++ b/dunst/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32Ab7iYhQ6K1rGyiZCYD7hMW5PrnjmMlHyVHRlgkqLMDOMVqyWZlfv+o688FxBFvuteX3k/WeUDExgbBidljIgg= -SHA256 (Pkgfile) = c090d70c0bd4b3d9fa47f861280831b0a569060cc7506591c2617a31b6183d92 +RWSagIOpLGJF3+wnBNB5ILaTcTHZW7Dr/Q+k7/gRy4FmSZTWjbVj6KU2Y9TI11AoqtupiNAs52TBmeb1y+HaiLVNLyqiGOZaPAA= +SHA256 (Pkgfile) = 8adf808cf73626adeaa1eb04f88f81a379a3577c095ca19aad1b567d1894cc2e SHA256 (.footprint) = 5e444186454a276de56288fb7ebc407b1ee2b3ac37fbf101a172fd8c6e7e9983 SHA256 (dunst-1.4.1.tar.gz) = 1563fe8c9eaf3307a3d7dbed240521f79e8415f136497030512c69713118bdfe diff --git a/dunst/Pkgfile b/dunst/Pkgfile index 6b72c8259..66ba4cc80 100644 --- a/dunst/Pkgfile +++ b/dunst/Pkgfile @@ -1,7 +1,7 @@ # Description: A lightweight replacement for the notification daemons provided by most desktop environments # URL: https://dunst-project.org/ # Maintainer: Matt Housh, jaeger at crux dot ninja -# Depends on: dbus gdk-pixbuf libxdg-basedir pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver +# Depends on: dbus gdk-pixbuf pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver name=dunst version=1.4.1 |