summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-05-21 18:29:33 -0700
committerKendall Garner2023-05-21 18:29:33 -0700
commit51edadadda4ee3c25e0cab3b7dcde9b5966e9da8 (patch)
tree11dfd60f8f4894f480334fae8a1f05c24f9faf30
parent5ac3e41d0bad64fd31f0b7885821dbd0b0a78eee (diff)
downloadaur-51edadadda4ee3c25e0cab3b7dcde9b5966e9da8.tar.gz
0.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61b93156f4c..12a03aa3e4fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = feishin-appimage
pkgdesc = Sonixd Rewrite
- pkgver = 0.0.1_alpha6
+ pkgver = 0.1.0
pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = x86_64
license = GPL3
depends = fuse2
depends = mpv
+ conflicts = feishin-bin
options = !strip
- source = https://github.com/jeffvli/feishin/releases/download/v0.0.1-alpha6/Feishin-0.0.1-alpha6-linux-x86_64.AppImage
- sha256sums = 67ca4f82a957238276dfffe569e16ee2cd65fc1e6a30ca983e6eaf84675a4420
+ source = https://github.com/jeffvli/feishin/releases/download/v0.1.0/Feishin-0.1.0-linux-x86_64.AppImage
+ sha256sums = 891218c2257bde4f1152bbaaa8b0fd8e17512cb186b336de3b52e2f57d9860f3
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index ec0cb1af8b66..e6af6f636cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.0.1_alpha6
+pkgver=0.1.0
pkgrel=1
pkgdesc="Sonixd Rewrite"
arch=('x86_64')
@@ -9,9 +9,10 @@ url="https://github.com/jeffvli/feishin"
license=('GPL3')
depends=('fuse2' 'mpv')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
+conflicts=("feishin-bin")
_filename=Feishin-${pkgver//_/-}-linux-$CARCH.AppImage
source=("${url}/releases/download/v${pkgver//_/-}/${_filename}")
-sha256sums=("67ca4f82a957238276dfffe569e16ee2cd65fc1e6a30ca983e6eaf84675a4420")
+sha256sums=("891218c2257bde4f1152bbaaa8b0fd8e17512cb186b336de3b52e2f57d9860f3")
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {