summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2022-02-18 17:05:08 +0100
committerj.r2022-02-18 17:05:08 +0100
commit75dfcd25606e87a3a536c937632f16b00ea8a31e (patch)
tree00f19acdeb8c3c4c4f4c6352ae4358d593c21a98
parent13586281dcfbec7306b4b72fa6e6c093e2b39a0d (diff)
downloadaur-75dfcd25606e87a3a536c937632f16b00ea8a31e.tar.gz
sonixd: fix build if only electron13 is installed
Thanks to Nocifer for spotting it
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7bffee7dc3d..19fc548cb7a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sonixd
pkgdesc = A full-featured Subsonic/Jellyfin compatible desktop music player
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jeffvli/sonixd
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index e9e4702c7126..3592bf516fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: j.r <j.r@jugendhacker.de>
pkgname=sonixd
pkgver=0.13.1
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured Subsonic/Jellyfin compatible desktop music player"
arch=('x86_64')
url="https://github.com/jeffvli/sonixd"
@@ -44,7 +44,7 @@ build() {
yarn build --cache-folder="$srcdir/yarn-cache"
yarn run --cache-folder="$srcdir/yarn-cache" \
electron-builder --linux --"${!CARCH}" --dir \
- -c.electronDist=/usr/lib/electron \
+ -c.electronDist=/usr/lib/electron13 \
-c.electronVersion="$_ver"
}