diff options
author | zxp19821005 | 2024-10-15 09:04:33 +0800 |
---|---|---|
committer | zxp19821005 | 2024-10-15 09:04:33 +0800 |
commit | 6924abd5ba259d9f22ecb73e366d3f89fec20c3e (patch) | |
tree | 2b98c413be398f3f97b42d11a1e539c159cea0c3 | |
parent | c0249ef01243c755f117197fa60430bb55a8fa46 (diff) | |
download | aur-6924abd5ba259d9f22ecb73e366d3f89fec20c3e.tar.gz |
update to 0.8.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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" |