summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-05-21 21:28:33 -0700
committerKendall Garner2023-05-21 21:28:33 -0700
commit31b08cdf81385c561c14941ea85dc7ea1ec12d26 (patch)
tree41edb0510803ed1093e61c64338c6cd15fae972b
parent51edadadda4ee3c25e0cab3b7dcde9b5966e9da8 (diff)
downloadaur-31b08cdf81385c561c14941ea85dc7ea1ec12d26.tar.gz
0.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a03aa3e4fe..8b3ba4d5a2e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = feishin-appimage
pkgdesc = Sonixd Rewrite
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = x86_64
license = GPL3
depends = fuse2
depends = mpv
+ provides = feishin
conflicts = feishin-bin
options = !strip
- source = https://github.com/jeffvli/feishin/releases/download/v0.1.0/Feishin-0.1.0-linux-x86_64.AppImage
- sha256sums = 891218c2257bde4f1152bbaaa8b0fd8e17512cb186b336de3b52e2f57d9860f3
+ source = https://github.com/jeffvli/feishin/releases/download/v0.1.1/Feishin-0.1.1-linux-x86_64.AppImage
+ sha256sums = 1fae2792ce6367d408f4525f9e2f6b6d95427fa03f044febb8b1f4c97a114e4b
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index e6af6f636cd5..8211ecfd2662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Sonixd Rewrite"
arch=('x86_64')
url="https://github.com/jeffvli/feishin"
+provides=("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=("891218c2257bde4f1152bbaaa8b0fd8e17512cb186b336de3b52e2f57d9860f3")
+sha256sums=("1fae2792ce6367d408f4525f9e2f6b6d95427fa03f044febb8b1f4c97a114e4b")
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {