summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-08-08 21:41:41 -0700
committerKendall Garner2023-08-08 21:41:41 -0700
commitb9faafe3d486f9ac84d891ef0721b0e1a856c85f (patch)
treec7dc208a56bfc54bbdbcb0427b023185f21e0407
parent79eb45b2f944294f9faa77a69c253aa388bbd2d0 (diff)
downloadaur-b9faafe3d486f9ac84d891ef0721b0e1a856c85f.tar.gz
add description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e0fbffa8ed..8aae13f7fc8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = feishin-appimage
- pkgdesc = Sonixd Rewrite
+ pkgdesc = A modern self-hosted music player.
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/jeffvli/feishin
diff --git a/PKGBUILD b/PKGBUILD
index 6a101596c4e6..4ef0bf78f3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ conflicts=("feishin-bin")
_filename=Feishin-${pkgver//_/-}-linux-$CARCH.AppImage
source=("${url}/releases/download/v${pkgver//_/-}/${_filename}")
sha256sums=("86fc409d095c016759064081e82088f04933586d8ba48d35b2b5623346c0bed6")
+pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {