summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNanaka Hiira2024-06-26 01:34:54 +0900
committerNanaka Hiira2024-06-26 01:34:54 +0900
commit2126d25340bee9a07b6abc78ad45eda962627072 (patch)
tree959fa0eebde264992a6a7404d9dce363b3fc496e
parente340fe3fa750cb7667d1b9dabcae08e9bac2e0f5 (diff)
downloadaur-fcitx5-hazkey-bin.tar.gz
0.04 add vulkan-driver as optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a037942b68c..1ae18e4acc61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = fcitx5-hazkey-bin
pkgdesc = Japanese input method for fcitx5, powered by azooKey engine
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://github.com/7ka-Hiira/fcitx5-hazkey
arch = x86_64
license = MIT
depends = fcitx5>=5.0.4
+ optdepends = vulkan-driver: Zenzai neural conversion support
provides = fcitx5-hazkey
conflicts = fcitx5-hazkey
conflicts = fcitx5-hazkey-git
options = !strip
- source = https://github.com/7ka-Hiira/fcitx5-hazkey/releases/download/0.0.3/fcitx5-hazkey-0.0.3-x86_64.tar.gz
+ source = https://github.com/7ka-Hiira/fcitx5-hazkey/releases/download/0.0.4/fcitx5-hazkey-0.0.4-x86_64.tar.gz
source = LICENSE
- sha256sums = a27423e1bf66ca4b892bce12fda4a56bbb742dfd0ca1bea5bcbdb05a94b140ff
+ sha256sums = 46803034de7c93fdc2b2f1ed954d6480882008a871dc23f1f8384f1fd6c0b8c9
sha256sums = 36ae30a03484d88f0f90e1985750b0a3f43521bf0a5c8112354bec2de60e0c5b
pkgname = fcitx5-hazkey-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4bd40920bbdd..bdd1b0b68b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Nanaka Hiira <hiira plus archlinux at hiira dot dev>
pkgname=fcitx5-hazkey-bin
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc="Japanese input method for fcitx5, powered by azooKey engine"
arch=('x86_64')
url="https://github.com/7ka-Hiira/fcitx5-hazkey"
license=('MIT')
depends=('fcitx5>=5.0.4')
+optdepends=('vulkan-driver: Zenzai neural conversion support')
conflicts=('fcitx5-hazkey' 'fcitx5-hazkey-git')
provides=('fcitx5-hazkey')
-source=("https://github.com/7ka-Hiira/fcitx5-hazkey/releases/download/0.0.3/fcitx5-hazkey-0.0.3-x86_64.tar.gz"
+source=("https://github.com/7ka-Hiira/fcitx5-hazkey/releases/download/$pkgver/fcitx5-hazkey-$pkgver-x86_64.tar.gz"
"LICENSE")
-sha256sums=('a27423e1bf66ca4b892bce12fda4a56bbb742dfd0ca1bea5bcbdb05a94b140ff'
+sha256sums=('46803034de7c93fdc2b2f1ed954d6480882008a871dc23f1f8384f1fd6c0b8c9'
'36ae30a03484d88f0f90e1985750b0a3f43521bf0a5c8112354bec2de60e0c5b')
options=(!strip)
@@ -32,4 +33,4 @@ package() {
chmod +x usr/lib/libhazkey.so
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-} \ No newline at end of file
+}