summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bangert2023-10-21 20:31:39 +0200
committerJonathan Bangert2023-10-21 20:31:39 +0200
commit99870c5823076944afba96f484f7f64d2e19d714 (patch)
treee091dc71e019a826017799dc2d40dcba191d3d1e
parentf07b9be725f07b37a83d97d904f34dd714b67e54 (diff)
downloadaur-99870c5823076944afba96f484f7f64d2e19d714.tar.gz
v0.0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9945b9bdf72..5c7b70e73e81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = music-assistant-desktop-bin
pkgdesc = Music Assistant Companion App
- pkgver = 0.0.21
+ pkgver = 0.0.22
pkgrel = 1
url = https://github.com/music-assistant/music-assistant-desktop
arch = x86_64
license = Apache-2.0
provides = music-assistant-companion
conflicts = music-assistant-desktop
- source = music-assistant-desktop-bin-0.0.21::https://github.com/music-assistant/music-assistant-desktop/releases/download/v0.0.21/music-assistant-companion-0.0.21
- md5sums = bec15615f56208700d6244750f16c9bb
+ source = music-assistant-desktop-bin-0.0.22::https://github.com/music-assistant/music-assistant-desktop/releases/download/v0.0.22/music-assistant-companion-0.0.22
+ md5sums = d6bbc4b773ec21c0fd8901dda08ad948
pkgname = music-assistant-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6b86048e21b..554bc578421e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Bangert <jonathan@bangert.dk>
pkgname='music-assistant-desktop-bin'
-pkgver=0.0.21
+pkgver=0.0.22
pkgrel=1
pkgdesc="Music Assistant Companion App"
arch=('x86_64')
@@ -9,7 +9,7 @@ conflicts=(music-assistant-desktop)
provides=(music-assistant-companion)
dependencies=(curl)
license=('Apache-2.0')
-md5sums=('bec15615f56208700d6244750f16c9bb')
+md5sums=('d6bbc4b773ec21c0fd8901dda08ad948')
source=("$pkgname-$pkgver::$url/releases/download/v$pkgver/music-assistant-companion-${pkgver}")
package() {