summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-06-14 07:44:03 -0700
committerKendall Garner2023-06-14 07:44:03 -0700
commiteb07777911000c9b88e5e18badb72026eea6a241 (patch)
treea0274b8ec47ecdb48ea369c922886ab95cc80463
parent31b08cdf81385c561c14941ea85dc7ea1ec12d26 (diff)
downloadaur-eb07777911000c9b88e5e18badb72026eea6a241.tar.gz
0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b3ba4d5a2e7..f0de51b5b409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = Sonixd Rewrite
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = feishin-appimage
provides = feishin
conflicts = feishin-bin
options = !strip
- source = https://github.com/jeffvli/feishin/releases/download/v0.1.1/Feishin-0.1.1-linux-x86_64.AppImage
- sha256sums = 1fae2792ce6367d408f4525f9e2f6b6d95427fa03f044febb8b1f4c97a114e4b
+ source = https://github.com/jeffvli/feishin/releases/download/v0.2.0/Feishin-0.2.0-linux-x86_64.AppImage
+ sha256sums = 06f767758afa462aac39280d70bef4c7db26655414e670c5c7ec3119d472fff9
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8211ecfd2662..8b81977cc601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="Sonixd Rewrite"
arch=('x86_64')
@@ -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=("1fae2792ce6367d408f4525f9e2f6b6d95427fa03f044febb8b1f4c97a114e4b")
+sha256sums=("06f767758afa462aac39280d70bef4c7db26655414e670c5c7ec3119d472fff9")
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {