summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-04-04 08:09:12 -0700
committerKendall Garner2023-04-04 08:09:12 -0700
commit5ac3e41d0bad64fd31f0b7885821dbd0b0a78eee (patch)
treea606238d2eedac47b23c40f0e61657688c73725f
parent0799c960572bc690cb259fbafafed869279288be (diff)
downloadaur-5ac3e41d0bad64fd31f0b7885821dbd0b0a78eee.tar.gz
alpha-6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130f36232466..c61b93156f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = Sonixd Rewrite
- pkgver = 0.0.1_alpha5
+ pkgver = 0.0.1_alpha6
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-alpha5/Feishin-0.0.1-alpha5-linux-x86_64.AppImage
- sha256sums = 60bb3768bf1500cd79a07366f9d387bd2aea072049e1f894a833add006aab1c4
+ source = https://github.com/jeffvli/feishin/releases/download/v0.0.1-alpha6/Feishin-0.0.1-alpha6-linux-x86_64.AppImage
+ sha256sums = 67ca4f82a957238276dfffe569e16ee2cd65fc1e6a30ca983e6eaf84675a4420
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 08aac86a2050..ec0cb1af8b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.0.1_alpha5
+pkgver=0.0.1_alpha6
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=('60bb3768bf1500cd79a07366f9d387bd2aea072049e1f894a833add006aab1c4')
+sha256sums=("67ca4f82a957238276dfffe569e16ee2cd65fc1e6a30ca983e6eaf84675a4420")
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {