summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNanaka Hiira2024-08-29 19:43:07 +0900
committerNanaka Hiira2024-08-29 19:43:07 +0900
commitcc37788f8a2b272beeaf06443a90ba76416e2032 (patch)
tree70ae7ab0827a289843c642458c456426cfb10ec0
parentc17cb1748a17d9fab3e836db4e2efae9a79095b3 (diff)
downloadaur-cc37788f8a2b272beeaf06443a90ba76416e2032.tar.gz
remove !strip option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dd15ec83aeb..984c4a6d4526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e3c5af78f75d..063e4e3e8443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"