summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-10-15 09:04:33 +0800
committerzxp198210052024-10-15 09:04:33 +0800
commit6924abd5ba259d9f22ecb73e366d3f89fec20c3e (patch)
tree2b98c413be398f3f97b42d11a1e539c159cea0c3
parentc0249ef01243c755f117197fa60430bb55a8fa46 (diff)
downloadaur-6924abd5ba259d9f22ecb73e366d3f89fec20c3e.tar.gz
update to 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296c392bd08f..2c2ed11675a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fooyin-bin
pkgdesc = A customisable music player.Binary version.
- pkgver = 0.7.3
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/ludouzi/fooyin
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = fooyin-bin
depends = libvgm-player-git
optdepends = sdl2: For the SDL2 audio output plugin
optdepends = pipewire: For the PipeWire audio output plugin
- provides = fooyin=0.7.3
+ provides = fooyin=0.8.0
conflicts = fooyin
- source = fooyin-0.7.3.deb::https://github.com/ludouzi/fooyin/releases/download/v0.7.3/fooyin_0.7.3-noble_amd64.deb
- sha256sums = 84d57d622eb32da34e90414902e03f8cc5b073b74a92b8cdac79e9046085c938
+ source = fooyin-0.8.0.deb::https://github.com/ludouzi/fooyin/releases/download/v0.8.0/fooyin_0.8.0-noble_amd64.deb
+ sha256sums = 0565ae0f3018841a2b8199ca11e9690460267f308d60417f26cc6341d6f44438
pkgname = fooyin-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe717f1632f9..b628c796fc05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fooyin-bin
_pkgname=Fooyin
_appname="org.${pkgname%-bin}.${pkgname%-bin}"
-pkgver=0.7.3
+pkgver=0.8.0
pkgrel=1
pkgdesc="A customisable music player.Binary version."
arch=('x86_64')
@@ -29,10 +29,10 @@ optdepends=(
source=(
"${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}-noble_amd64.deb"
)
-sha256sums=('84d57d622eb32da34e90414902e03f8cc5b073b74a92b8cdac79e9046085c938')
+sha256sums=('0565ae0f3018841a2b8199ca11e9690460267f308d60417f26cc6341d6f44438')
build() {
bsdtar -xf "${srcdir}/data."*
- sed -i "s/${_appname}/${pkgname%-bin}/g" -i "${srcdir}/usr/share/applications/${_appname}.desktop"
+ sed -i "s/${_appname}/${pkgname%-bin}/g" "${srcdir}/usr/share/applications/${_appname}.desktop"
}
package() {
install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"