Skip to content

Commit

Permalink
Bumped version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Dec 18, 2022
1 parent 467f9a9 commit 1bbafbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=sway-audio-idle-inhibit-git
pkgver=0.1
_ver=0.1.1
pkgver=0.1.1.r31.e9cb7d6
pkgrel=1
pkgdesc="Prevents swayidle from sleeping while any application is outputting or receiving audio"
_pkgfoldername=SwayAudioIdleInhibit
Expand All @@ -19,7 +20,7 @@ sha256sums=('SKIP')

pkgver() {
cd $_pkgfoldername
printf "0.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "$_ver.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

prepare() {
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'SwayAudioIdleInhibit',
'c', 'cpp',
version: '0.1',
version: '0.1.1',
default_options: [],
)

Expand Down

0 comments on commit 1bbafbb

Please sign in to comment.