summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-03-02 11:12:17 +0100
committerD3SOX2021-03-02 11:12:17 +0100
commitea3121bfc8b8686d02faea5e08117e556a37736c (patch)
tree3bab7924d75c48e8fc31a208ffc1f7f2bf2fc2f0
parentf056a3aae61cc8ced52a4801d3a99eb2c43fadb0 (diff)
downloadaur-ea3121bfc8b8686d02faea5e08117e556a37736c.tar.gz
fix /usr/bin/soundux symlink
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35880eff08cb..dc015e5f0356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundux-git
pkgdesc = A cross-platform soundboard in QtQuick
pkgver = r424.db04167
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/Soundux/Soundux
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d3c015a789f9..32adb0aad404 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux-git
pkgver=r424.db04167
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A cross-platform soundboard in QtQuick"
arch=('any')
@@ -34,7 +34,7 @@ package() {
# install binary
install -Dm 755 "${srcdir}/Soundux/build/soundux" "${pkgdir}/opt/soundux/soundux"
mkdir -p "${pkgdir}/usr/bin/"
- ln -sf "${pkgdir}/opt/soundux/soundux" "${pkgdir}/usr/bin/soundux"
+ ln -sf /opt/soundux/soundux "${pkgdir}/usr/bin/soundux"
# install dist
mkdir -p "${pkgdir}/opt/soundux/dist"
cp -r "${srcdir}/Soundux/build/dist"/* "${pkgdir}/opt/soundux/dist"