From 38670d1c408f5567d22089b350257346b9a46b85 Mon Sep 17 00:00:00 2001 From: Phusit Somboonyingsuk Date: Thu, 29 Aug 2024 14:47:14 +0700 Subject: [PATCH] Bump version 0.5.0 --- Cargo.toml | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2dd8001..02f7979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4.1" +version = "0.5.0" edition = "2021" authors = ["Phusit Somboonyingsuk"] readme = "README.md" diff --git a/PKGBUILD b/PKGBUILD index 91cc3a5..bc52763 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Phusit Somboonyingsuk pkgname=mprisence -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=1 pkgdesc="A Discord Rich Presence client for MPRIS-compatible media players with support for album art." url="https://github.com/lazykern/mprisence" @@ -10,7 +10,7 @@ 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=('4f442046192c8f1c27a40577cee173fbbc5e3b7a29ffda17c6ad2f16e673c8aa' +sha256sums=('a607bdc9cfa753c4bf101f5492e3e151810ffd0a73adc9c69cbbaf80b44b7168' '2efd06eb77e15171ec8727caece105c68fcf253f57d5af76d7964c69f16fbb7d' '821c33fb624e652c443c800f4003db4d0ac9eee6c49fabfe3987746afb39856a')