diff options
author | zxp19821005 | 2025-04-01 15:12:27 +0800 |
---|---|---|
committer | zxp19821005 | 2025-04-01 15:12:27 +0800 |
commit | 7ae2bb11d72fb35f45ea9805b6c00374ffe2a98b (patch) | |
tree | 3b4cb17e1b7a785003064d060da41543be50fbdc | |
parent | 34cda45364063bb18da4621d855c9f28d779da93 (diff) | |
download | aur-7ae2bb11d72fb35f45ea9805b6c00374ffe2a98b.tar.gz |
update to 0.2.2
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,18 +1,18 @@ pkgbase = embertune-bin pkgdesc = A desktop music player with a focus on design and functionality, aims to be a solid alternative to your streaming services without any ads.(Prebuilt version.Use system-wide electron) - pkgver = 0.2.1 + pkgver = 0.2.2 pkgrel = 1 url = https://github.com/DylanAkp/EmberTune arch = x86_64 license = MIT makedepends = fuse2 depends = electron35 - provides = embertune=0.2.1 + provides = embertune=0.2.2 conflicts = embertune - source = embertune-0.2.1.AppImage::https://github.com/DylanAkp/EmberTune/releases/download/v0.2.1/EmberTune-0.2.1.AppImage - source = LICENSE-0.2.1::https://raw.githubusercontent.com/DylanAkp/EmberTune/v0.2.1/LICENSE + source = embertune-0.2.2.AppImage::https://github.com/DylanAkp/EmberTune/releases/download/v0.2.2/EmberTune-0.2.2.AppImage + source = LICENSE-0.2.2::https://raw.githubusercontent.com/DylanAkp/EmberTune/v0.2.2/LICENSE source = embertune.sh - sha256sums = 9329ce66729e15cbe5373348fa168c7aadfcd3b77c2824971d8a5cd6a6da8b1f + sha256sums = b508fc8b8f3948cccf687144fe9ab8a11641ac069ea5d379e70dfda10b4eb22b sha256sums = 2596c629e297252208c9a49402be4cf61fda1cfef7a6d9eb2fd298da425f757a sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=embertune-bin _pkgname=EmberTune -pkgver=0.2.1 +pkgver=0.2.2 _electronversion=35 pkgrel=1 pkgdesc="A desktop music player with a focus on design and functionality, aims to be a solid alternative to your streaming services without any ads.(Prebuilt version.Use system-wide electron)" @@ -21,7 +21,7 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/DylanAkp/EmberTune/v${pkgver}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('9329ce66729e15cbe5373348fa168c7aadfcd3b77c2824971d8a5cd6a6da8b1f' +sha256sums=('b508fc8b8f3948cccf687144fe9ab8a11641ac069ea5d379e70dfda10b4eb22b' '2596c629e297252208c9a49402be4cf61fda1cfef7a6d9eb2fd298da425f757a' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') prepare() { |