summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-09-01 21:53:31 +0200
committerhaawda2017-09-01 21:53:31 +0200
commit1188b4d38dcc616b10d263d78402ea4dde60898c (patch)
tree38b44e72115c0579c11b6a083fbe04a34375486c
parent6122b421b6ee3d2c4dc1dcb8d54905a9f8134e1e (diff)
downloadaur-1188b4d38dcc616b10d263d78402ea4dde60898c.tar.gz
Updated version (1.2.0.26.876.geb0a0f8 -> 1.2.0.28.878.gaae003d).
Changelog ========= Merge pull request #366 from bebehei/memory-leak_1 (aae003d) Fix memory leak in get_pixbuf_from_path (a833b4a) Fix infinite loop when checking timeouts (eb0a0f8) Merge pull request #351 from bebehei/wordexp (3c257ea) Merge pull request #354 from enodata/master (18b06ed) add tests for *_get_path functions (7eb99ea) replace ~/ in script paths (8e3a758) Add libgen.h include and guard against basename(3) modifying its arg (bf98183) Merge pull request #352 from bebehei/nextiter (99c74b8) handle removing of elements in GList correctly (66fceb9) Merge pull request #353 from sfs/raw-icon-from-image_data (68aa1f2) parse raw icons from the (deprecated) image_data attribute (d61a618) Merge pull request #348 from bebehei/usage-one-output (f8aaa21) print usage only on stdout (b7ff4f9) Merge pull request #333 from bebehei/gtk3 (111fcaf) Merge pull request #346 from bebehei/reorder-getopt (f143012) Merge pull request #170 from lathan/not_windoze (7246926) add backwards compatibility for icon_folders option (9acb9fd) change order of option_get_* to be displayed during --help (677e1f1) replace 'folder' with 'path' in icon functionality (4d03acc) Merge pull request #345 from bebehei/typo-1 (7104c42) fix typos and reformat print output (7443021) Merge pull request #342 from bebehei/readability-improvement (9065f2f) improve readability in dbus.c (c998034) Make icon set via rules take priority over raw icons (86cbc1d) depend on gtk3 instead of gtk2 (855d4bb) Remove remnants from the compile-time multi-monitor support (b06475b) Start new release cycle (4573b92)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21258ba1e458..77b4ced7b805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 19 18:20:45 UTC 2017
+# Fri Sep 1 19:53:30 UTC 2017
pkgbase = dunst-git
pkgdesc = a lightweight notification-daemon - git version
- pkgver = 1.2.0.26.876.geb0a0f8
+ pkgver = 1.2.0.28.878.gaae003d
pkgrel = 1
url = https://dunst-project.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fe870547377f..c22bcf1faee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dunst-git
_gitname=dunst
-pkgver=1.2.0.26.876.geb0a0f8
+pkgver=1.2.0.28.878.gaae003d
pkgrel=1
pkgdesc="a lightweight notification-daemon - git version"
arch=('i686' 'x86_64' 'armv7h')