mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Update to 0.1.4-1
This commit is contained in:
parent
876799e663
commit
203bbbefd4
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue