Jonathan Grotelüschen pushed to branch main at Arch Linux / Packaging /
Packages / feishin
Commits:
ddc63fe8 by Jonathan Grotelüschen at 2026-05-28T16:38:40+02:00
upgpkg: 1.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = feishin
pkgdesc = A modern self-hosted music player.
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = any
@@ -12,11 +12,11 @@ pkgbase = feishin
depends = bash
depends = hicolor-icon-theme
optdepends = mpv: Alternative audio backend
- source = git+https://github.com/jeffvli/feishin.git#tag=v1.12.0
+ source = git+https://github.com/jeffvli/feishin.git#tag=v1.12.1
source = feishin.sh
source = add-support-for-pnpm-v11.patch
source = fix-asset-path.patch
- sha256sums =
fd23874bf1725e44d8dee3d98454e0c342918f27495e9c110b5839a7bbdcd534
+ sha256sums =
bf016028148d2a4d4bc917a62e990358a585127ecb4815ebad1500ea8c5d4b22
sha256sums =
4ac240aa9678f6a9c638e6e9d03bbdb77507c936c4594a20cdf223e15072697d
sha256sums =
7047a40ed4fde94e7456886179e1fcd536a7e21cf3c55d37eca48776ada8df38
sha256sums =
9896c5d72d810924ced28e557098eea23c891706030b55e386cf2cefbb4c4022
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Dlani
pkgname=feishin
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc='A modern self-hosted music player.'
arch=('any')
@@ -20,7 +20,7 @@ source=(
"add-support-for-pnpm-v11.patch"
"fix-asset-path.patch"
)
-sha256sums=('fd23874bf1725e44d8dee3d98454e0c342918f27495e9c110b5839a7bbdcd534'
+sha256sums=('bf016028148d2a4d4bc917a62e990358a585127ecb4815ebad1500ea8c5d4b22'
'4ac240aa9678f6a9c638e6e9d03bbdb77507c936c4594a20cdf223e15072697d'
'7047a40ed4fde94e7456886179e1fcd536a7e21cf3c55d37eca48776ada8df38'
'9896c5d72d810924ced28e557098eea23c891706030b55e386cf2cefbb4c4022')
@@ -36,10 +36,6 @@ prepare() {
# https://github.com/jeffvli/feishin/pull/2056
patch -p1 -i ../add-support-for-pnpm-v11.patch
- # fix asset path for system electron
- # https://github.com/jeffvli/feishin/pull/2064
- patch -p1 -i ../fix-asset-path.patch
-
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
pnpm install
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feishin/-/commit/ddc63fe83681c0526b91659944a23416d464a665
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feishin/-/commit/ddc63fe83681c0526b91659944a23416d464a665
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help