summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-02-11 11:04:08 -0800
committerKendall Garner2023-02-11 11:04:08 -0800
commitc019351c2dd5c85d6607288005f3abc3ed4a4209 (patch)
tree4b2f54e0bc8a169677d4e7fdd0698e8589f7a6a6
parent355efe556f5ee97b47f4cbfe251765fb6ab96588 (diff)
downloadaur-c019351c2dd5c85d6607288005f3abc3ed4a4209.tar.gz
alpha 5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c63eb41c504..130f36232466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = Sonixd Rewrite
- pkgver = 0.0.1_alpha4
+ pkgver = 0.0.1_alpha5
pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = feishin-appimage
depends = fuse2
depends = mpv
options = !strip
- source = https://github.com/jeffvli/feishin/releases/download/v0.0.1-alpha4/Feishin-0.0.1-alpha4-linux-x86_64.AppImage
- sha256sums = d4f04c17b6f3aa4aeb8c581f7ed4e864168099b52606e08dcfa0e84789853d9e
+ source = https://github.com/jeffvli/feishin/releases/download/v0.0.1-alpha5/Feishin-0.0.1-alpha5-linux-x86_64.AppImage
+ sha256sums = 60bb3768bf1500cd79a07366f9d387bd2aea072049e1f894a833add006aab1c4
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 4f7028c8a6b4..08aac86a2050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.0.1_alpha4
+pkgver=0.0.1_alpha5
pkgrel=1
pkgdesc="Sonixd Rewrite"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('fuse2' 'mpv')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
_filename=Feishin-${pkgver//_/-}-linux-$CARCH.AppImage
source=("${url}/releases/download/v${pkgver//_/-}/${_filename}")
-sha256sums=('d4f04c17b6f3aa4aeb8c581f7ed4e864168099b52606e08dcfa0e84789853d9e')
+sha256sums=('60bb3768bf1500cd79a07366f9d387bd2aea072049e1f894a833add006aab1c4')
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {