diff options
author | lazykern | 2024-08-29 08:05:54 +0000 |
---|---|---|
committer | lazykern | 2024-08-29 08:05:54 +0000 |
commit | 6d5fdf6aabf75ac7d93c40c66c9d786e4e266667 (patch) | |
tree | 9162550b222b8309f6a11314bac3b0f8895e7e1e | |
parent | 085090da7108c398af9a778fe996d43c599a0166 (diff) | |
download | aur-6d5fdf6aabf75ac7d93c40c66c9d786e4e266667.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 7 deletions
@@ -1,17 +1,17 @@ pkgbase = mprisence pkgdesc = A Discord Rich Presence client for MPRIS-compatible media players with support for album art. - pkgver = 0.4.0 + pkgver = 0.5.0 pkgrel = 1 url = https://github.com/lazykern/mprisence arch = x86_64 license = MIT provides = mprisence conflicts = mprisence - source = https://github.com/lazykern/mprisence/releases/download/v0.4.0/mprisence-0.4.0-x86_64.tar.gz + source = https://github.com/lazykern/mprisence/releases/download/v0.5.0/mprisence-0.5.0-x86_64.tar.gz source = https://raw.githubusercontent.com/lazykern/mprisence/main/LICENSE source = https://raw.githubusercontent.com/lazykern/mprisence/main/systemd/mprisence.service - sha256sums = 4f442046192c8f1c27a40577cee173fbbc5e3b7a29ffda17c6ad2f16e673c8aa + sha256sums = a607bdc9cfa753c4bf101f5492e3e151810ffd0a73adc9c69cbbaf80b44b7168 sha256sums = 2efd06eb77e15171ec8727caece105c68fcf253f57d5af76d7964c69f16fbb7d - sha256sums = 8103053db7f9850d775785db8a56461a4440220b231144899bf8da38a0f7363c + sha256sums = 821c33fb624e652c443c800f4003db4d0ac9eee6c49fabfe3987746afb39856a pkgname = mprisence @@ -1,7 +1,7 @@ # Maintainer: Phusit Somboonyingsuk pkgname=mprisence -pkgver=0.4.0 +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,9 +10,10 @@ 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' - '8103053db7f9850d775785db8a56461a4440220b231144899bf8da38a0f7363c') + '821c33fb624e652c443c800f4003db4d0ac9eee6c49fabfe3987746afb39856a') + package() { install -Dm755 mprisence -t "$pkgdir/usr/bin" |