diff options
author | Nanaka Hiira | 2024-08-29 19:43:07 +0900 |
---|---|---|
committer | Nanaka Hiira | 2024-08-29 19:43:07 +0900 |
commit | cc37788f8a2b272beeaf06443a90ba76416e2032 (patch) | |
tree | 70ae7ab0827a289843c642458c456426cfb10ec0 | |
parent | c17cb1748a17d9fab3e836db4e2efae9a79095b3 (diff) | |
download | aur-cc37788f8a2b272beeaf06443a90ba76416e2032.tar.gz |
remove !strip option
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = fcitx5-hazkey-bin pkgdesc = Japanese input method for fcitx5, powered by azooKey engine pkgver = 0.0.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/7ka-Hiira/fcitx5-hazkey arch = x86_64 license = MIT @@ -10,7 +10,6 @@ pkgbase = fcitx5-hazkey-bin provides = fcitx5-hazkey conflicts = fcitx5-hazkey conflicts = fcitx5-hazkey-git - options = !strip source = https://github.com/7ka-Hiira/fcitx5-hazkey/releases/download/0.0.6/fcitx5-hazkey-0.0.6-x86_64.tar.gz source = LICENSE sha256sums = 3c980555d570b63584cf09383436753e7dc87c7b87c7a770761d633ca1cab49b @@ -1,7 +1,7 @@ # Maintainer: Nanaka Hiira <hiira plus archlinux at hiira dot dev> pkgname=fcitx5-hazkey-bin pkgver=0.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="Japanese input method for fcitx5, powered by azooKey engine" arch=('x86_64') url="https://github.com/7ka-Hiira/fcitx5-hazkey" @@ -14,7 +14,6 @@ source=("https://github.com/7ka-Hiira/fcitx5-hazkey/releases/download/$pkgver/fc "LICENSE") sha256sums=('3c980555d570b63584cf09383436753e7dc87c7b87c7a770761d633ca1cab49b' '36ae30a03484d88f0f90e1985750b0a3f43521bf0a5c8112354bec2de60e0c5b') -options=(!strip) prepare() { mkdir -p "$srcdir/fcitx5-hazkey" |