diff options
author | Adrian Freund | 2020-03-01 17:40:43 +0100 |
---|---|---|
committer | Adrian Freund | 2020-03-01 17:40:43 +0100 |
commit | 86c43c1d1002ff79e00283a7db32547dbfe58536 (patch) | |
tree | 2cb809a0c4f40198cd30bd93b5bfd19fe588b7e2 /PKGBUILD | |
parent | 0ea28918988bc57bd896aa21219442bd4e764639 (diff) | |
download | aur-86c43c1d1002ff79e00283a7db32547dbfe58536.tar.gz |
Bump version to 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ pkgname=('python-spotpris2') _module='SpotPRIS2' -pkgver='0.1' +pkgver='0.2' pkgrel=1 pkgdesc="Control Spotify Connect devices using MPRIS2" url="https://github.com/freundTech/SpotPRIS2" @@ -10,8 +10,8 @@ depends=('python') makedepends=('python-setuptools') license=('MIT') arch=('any') -source=("https://github.com/freundTech/SpotPRIS2/archive/v0.1.tar.gz") -sha256sums=('46f688d0bc1f6391164afa7c9e181145723cef9ddd6af6f7f3b35d9e61cf2283') +source=("https://github.com/freundTech/SpotPRIS2/archive/v${pkgver}.tar.gz") +sha256sums=('7aaf342b73d6715b8b7af35f574879e073ca7c01bba8b4fa84a47aa0cda2cb53') build() { cd "${srcdir}/${_module}-${pkgver}" |