Skip to content

Commit

Permalink
Bump vertion 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazykern committed Sep 23, 2024
1 parent b9283fb commit a15c649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mprisence"
description = "A Discord Rich Presence client for MPRIS-compatible media players with support for album art."
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Phusit Somboonyingsuk"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Phusit Somboonyingsuk

pkgname=mprisence
pkgver=0.5.0
pkgrel=2
pkgver=0.5.1
pkgrel=1
pkgdesc="A Discord Rich Presence client for MPRIS-compatible media players with support for album art."
url="https://github.com/lazykern/mprisence"
license=("MIT")
arch=("x86_64")
provides=("mprisence")
conflicts=("mprisence")
source=("https://github.com/lazykern/mprisence/releases/download/v$pkgver/mprisence-$pkgver-x86_64.tar.gz" "https://raw.githubusercontent.com/lazykern/mprisence/main/LICENSE" "https://raw.githubusercontent.com/lazykern/mprisence/main/systemd/mprisence.service")
sha256sums=('a607bdc9cfa753c4bf101f5492e3e151810ffd0a73adc9c69cbbaf80b44b7168'
sha256sums=('1b2a8ef5c6258144fc0aa657f7a426c4678c63be8c339efbf0597a2ba1d34c29'
'2efd06eb77e15171ec8727caece105c68fcf253f57d5af76d7964c69f16fbb7d'
'8103053db7f9850d775785db8a56461a4440220b231144899bf8da38a0f7363c')

Expand Down

0 comments on commit a15c649

Please sign in to comment.