Skip to content

Commit

Permalink
Bumped version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Feb 10, 2024
1 parent 8613cdc commit dd04d9a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build-scripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vim: ft=PKGBUILD
# Maintainer: Erik Reider <[email protected]>
pkgname=swaync
pkgver=0.9.0
pkgrel=2
pkgver=0.10.0
pkgrel=1
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername=SwayNotificationCenter
url="https://github.com/ErikReider/$_pkgfoldername"
Expand All @@ -12,7 +12,7 @@ arch=(
'armv7h' # ARM v7 hardfloat
)
license=(GPL3)
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" "gvfs" "libnotify")
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy" "libpulse" "gvfs" "libnotify" "granite")
conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client" "notification-daemon")
makedepends=("vala>=0.56" meson git scdoc sassc)
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Erik Reider <[email protected]>
pkgname=swaync-git
_pkgname=swaync
pkgver=r498.71e43ec
pkgver=r510.8613cdc
pkgrel=1
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter"
Expand Down
5 changes: 3 additions & 2 deletions build-scripts/swaync.rpkg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
%global alt_pkg_name swaync

Name: {{{ git_dir_name }}}
Version: 0.9.0
Release: 2%{?dist}
Version: 0.10.0
Release: 1%{?dist}
Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon
Provides: sway-notification-center = %{version}-%{release}
Expand All @@ -26,6 +26,7 @@ BuildRequires: pkgconfig(gee-0.8) >= 0.20
BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(fish)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(granite)
BuildRequires: systemd-devel
BuildRequires: systemd
BuildRequires: sassc
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('sway-notificaton-center', ['c', 'vala'],
version: '0.9.0',
version: '0.10.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2' ],
)
Expand Down

0 comments on commit dd04d9a

Please sign in to comment.