Update to 0.1.4-1

This commit is contained in:
elgato 2026-02-06 22:12:37 -06:00
parent 876799e663
commit 203bbbefd4
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = winamp-mpris
pkgdesc = MPRIS bridge for Winamp running under Wine (exposes a playerctl-compatible MPRIS endpoint)
pkgver = 0.1.4
pkgrel = 4
pkgver = 0.1.4.r0.g3cfc27d
pkgrel = 1
url = https://github.com/elgatolinux/winamp-mpris
arch = any
license = MIT

View file

@ -1,7 +1,7 @@
# Maintainer: el gato <gato.mega.mp3@gmail.com>
pkgname=winamp-mpris
pkgver=0.1.4
pkgrel=4
pkgver=0.1.4.r0.g3cfc27d
pkgrel=1
pkgdesc="MPRIS bridge for Winamp running under Wine (exposes a playerctl-compatible MPRIS endpoint)"
arch=('any')
url="https://github.com/elgatolinux/winamp-mpris"
@ -14,7 +14,7 @@ source=(git+${url}.git#branch=main)
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {