summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6481be733dc..11a78c28b6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=fluent-reader
pkgver=1.0.0
-pkgrel=3
+pkgrel=5
_pkgname="${pkgname}-${pkgver}"
pkgdesc='Modern desktop RSS reader built with Electron, React, and Fluent UI'
arch=('any')
@@ -29,7 +29,7 @@ package() {
# install binary symlink
install -d "${pkgdir}/usr/bin/"
- ln -sf /opt/soundux/soundux "${pkgdir}/usr/bin/soundux"
+ ln -sf /opt/fluent-reader/fluent-reader "${pkgdir}/usr/bin/soundux"
install -Dm644 -t "$pkgdir/usr/share/applications" "$srcdir/$pkgname.desktop"