mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-25 06:27:08 +03:00
Bumped version to 0.6.1
This commit is contained in:
parent
6d49f15363
commit
b05c0393d7
2
PKGBUILD
2
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||
pkgname=swaync
|
||||
pkgver=0.6
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DE's"
|
||||
_pkgfoldername=SwayNotificationCenter
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Erik Reider <erik.reider@protonmail.com>
|
||||
pkgname=swaync-git
|
||||
_ver="0.6"
|
||||
_ver="0.6.1"
|
||||
pkgver="$_ver.r304.f0369e6"
|
||||
pkgrel=1
|
||||
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DE's"
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('sway-notificaton-center', ['c', 'vala'],
|
||||
version: '0.6',
|
||||
version: '0.6.1',
|
||||
meson_version: '>= 0.50.0',
|
||||
default_options: [ 'warning_level=2' ],
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# vim: syntax=spec
|
||||
Name: {{{ git_dir_name }}}
|
||||
Version: 0.6
|
||||
Version: 0.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Notification daemon with GTK GUI
|
||||
Provides: desktop-notification-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user