Skip to content

Commit

Permalink
Update service checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
lazykern committed Aug 29, 2024
1 parent 0ce7db3 commit 80431bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=mprisence
pkgver=0.5.0
pkgrel=1
pkgrel=2
pkgdesc="A Discord Rich Presence client for MPRIS-compatible media players with support for album art."
url="https://github.com/lazykern/mprisence"
license=("MIT")
Expand All @@ -12,8 +12,7 @@ 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'
'2efd06eb77e15171ec8727caece105c68fcf253f57d5af76d7964c69f16fbb7d'
'821c33fb624e652c443c800f4003db4d0ac9eee6c49fabfe3987746afb39856a')

'8103053db7f9850d775785db8a56461a4440220b231144899bf8da38a0f7363c')

package() {
install -Dm755 mprisence -t "$pkgdir/usr/bin"
Expand Down

0 comments on commit 80431bf

Please sign in to comment.