diff --git a/.SRCINFO b/.SRCINFO index e0a3ad2e08b6..ecb0d58776e8 100644 --- a/.SRCINFO +++ b/.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.2 - pkgrel = 2 + pkgver = 0.1.3 + pkgrel = 3 url = https://github.com/elgatolinux/winamp-mpris arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index 977bfece9ae4..0e237b526b46 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: el gato pkgname=winamp-mpris -pkgver=0.1.2 -pkgrel=2 +pkgver=0.1.3 +pkgrel=3 pkgdesc="MPRIS bridge for Winamp running under Wine (exposes a playerctl-compatible MPRIS endpoint)" arch=('any') url="https://github.com/elgatolinux/winamp-mpris"