Skip to content

Commit

Permalink
Bump release number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed Jul 2, 2024
1 parent ffe84b8 commit f8a43a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## MusicPlayerPlus-3.0.2r2 (2024-07-02)
* Debian package dependency fix for `libavfilter`

## MusicPlayerPlus-3.0.2r1 (2024-07-01)
* Disable album cover art by default - it's flaky at best
* Add Python virtual environment and `pyenv` install
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=3.0.2
RELEASE=1
RELEASE=2
PACKAGE=1
4 changes: 2 additions & 2 deletions pkg/aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = musicplayerplus
pkgdesc = Character based MPD client, spectrum visualizer, Beets library management, Mopidy and Navidrome servers, plus more
pkgver = v3.0.2r1
pkgver = v3.0.2r2
pkgrel = 1
url = https://github.com/doctorfree/MusicPlayerPlus
install = musicplayerplus.install
Expand Down Expand Up @@ -57,7 +57,7 @@ pkgbase = musicplayerplus
depends = xorg-xrandr
depends = yt-dlp
optdepends = cool-retro-term: cool retro terminal emulator
source = musicplayerplus::git+https://github.com/doctorfree/MusicPlayerPlus.git#tag=v3.0.2r1
source = musicplayerplus::git+https://github.com/doctorfree/MusicPlayerPlus.git#tag=v3.0.2r2
sha256sums = SKIP

pkgname = musicplayerplus
2 changes: 1 addition & 1 deletion pkg/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
. ${SRC}/VERSION
else
VERSION=3.0.2
RELEASE=1
RELEASE=2
PACKAGE=1
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion pkg/aur/PKGBUILD-release
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck shell=bash disable=SC2034,SC2154

pkgname=musicplayerplus
pkgver=v3.0.2r1
pkgver=v3.0.2r2
pkgrel=1
pkgdesc="Character based MPD client, spectrum visualizer, Beets library management, Mopidy and Navidrome servers, plus more"
arch=('any')
Expand Down
8 changes: 4 additions & 4 deletions pkg/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ Download the [latest Debian or RPM package format release](https://github.com/do
Install the package on Debian based systems by executing the command:

```bash
sudo apt install ./MusicPlayerPlus_3.0.2-1.deb
sudo apt install ./MusicPlayerPlus_3.0.2-2.deb
```

Install the package on RPM based systems by executing the command.

```bash
sudo dnf localinstall ./MusicPlayerPlus_3.0.2-1.rpm
sudo dnf localinstall ./MusicPlayerPlus_3.0.2-2.rpm
```

Install the package on Arch Linux based systems by executing the command:

```bash
sudo pacman -U ./MusicPlayerPlus-v3.0.2r1-1-any.pkg.tar.zst
sudo pacman -U ./MusicPlayerPlus-v3.0.2r2-1-any.pkg.tar.zst
```

### PKGBUILD Installation
Expand Down Expand Up @@ -132,6 +132,6 @@ The `mkpkg` script detects the platform and creates an installable package in th

## Changelog

View the full changelog for this release at https://github.com/doctorfree/MusicPlayerPlus/blob/v3.0.2r1/CHANGELOG.md
View the full changelog for this release at https://github.com/doctorfree/MusicPlayerPlus/blob/v3.0.2r2/CHANGELOG.md

See [CHANGELOG.md](https://github.com/doctorfree/MusicPlayerPlus/blob/master/CHANGELOG.md) for a full list of changes in every MusicPlayerPlus release

0 comments on commit f8a43a5

Please sign in to comment.