Commit 4275fa39 authored by Erik Reider's avatar Erik Reider

Bumped version to 0.10.1

parent ed1b721a
# vim: ft=PKGBUILD # vim: ft=PKGBUILD
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync pkgname=swaync
pkgver=0.10.0 pkgver=0.10.1
pkgrel=1 pkgrel=1
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs" pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername=SwayNotificationCenter _pkgfoldername=SwayNotificationCenter
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%global alt_pkg_name swaync %global alt_pkg_name swaync
Name: {{{ git_dir_name }}} Name: {{{ git_dir_name }}}
Version: 0.10.0 Version: 0.10.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Notification daemon with GTK GUI Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon Provides: desktop-notification-daemon
......
project('sway-notificaton-center', ['c', 'vala'], project('sway-notificaton-center', ['c', 'vala'],
version: '0.10.0', version: '0.10.1',
meson_version: '>= 0.59.0', meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2' ], default_options: [ 'warning_level=2' ],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment