summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Freund2020-03-01 17:40:43 +0100
committerAdrian Freund2020-03-01 17:40:43 +0100
commit86c43c1d1002ff79e00283a7db32547dbfe58536 (patch)
tree2cb809a0c4f40198cd30bd93b5bfd19fe588b7e2 /PKGBUILD
parent0ea28918988bc57bd896aa21219442bd4e764639 (diff)
downloadaur-86c43c1d1002ff79e00283a7db32547dbfe58536.tar.gz
Bump version to 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e2799992946..9528cb3e05d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"