summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-10-31 07:17:31 -0700
committerKendall Garner2023-10-31 07:17:31 -0700
commit9848a866130a65b3beb900443853301eca754ed4 (patch)
tree004b90ec422c5a5c463b8c50ed436437f3e5ffd6
parent2814c74a42760056a27a1776e34c03c09c4a81e2 (diff)
downloadaur-9848a866130a65b3beb900443853301eca754ed4.tar.gz
0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac10ba1d70c..35668664345d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = feishin-appimage
pkgdesc = A modern self-hosted music player.
- pkgver = 0.4.1
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = feishin-appimage
provides = feishin
conflicts = feishin-bin
options = !strip
- source = https://github.com/jeffvli/feishin/releases/download/v0.4.1/Feishin-0.4.1-linux-x86_64.AppImage
- sha256sums = 10f0e05ab5331aa289f11763870013cc502b58c08372eb7b0aa2a1bdb08b5087
+ source = https://github.com/jeffvli/feishin/releases/download/v0.5.0/Feishin-0.5.0-linux-x86_64.AppImage
+ sha256sums = 4fe336c4edd10cc98147e6ef1719380ca09f70bd9c56ceb8f9dfd7cd267a5bf5
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 082d454017a5..05c978408aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Sonixd Rewrite"
arch=('x86_64')
url="https://github.com/jeffvli/feishin"
@@ -13,7 +13,7 @@ options=(!strip) # necessary otherwise the AppImage file in the package is trunc
conflicts=("feishin-bin")
_filename=Feishin-${pkgver//_/-}-linux-$CARCH.AppImage
source=("${url}/releases/download/v${pkgver//_/-}/${_filename}")
-sha256sums=("10f0e05ab5331aa289f11763870013cc502b58c08372eb7b0aa2a1bdb08b5087")
+sha256sums=("4fe336c4edd10cc98147e6ef1719380ca09f70bd9c56ceb8f9dfd7cd267a5bf5")
pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"