summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-05-04 15:19:24 +0800
committerzxp198210052023-05-04 15:19:24 +0800
commit04f6cf5f9ec5c1f559f9c3013c8d3e4a64b21aca (patch)
treea939ff1f51bc1b7f784f76e366c9309e4e7ec8a3
parent9209f878407c5ee2717334abcec484e74d08f51b (diff)
downloadaur-04f6cf5f9ec5c1f559f9c3013c8d3e4a64b21aca.tar.gz
update to 2.4.8.207
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 941499a26ad9..97125c98d523 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx-huayupinyin
pkgdesc = The Input Method Developed by thunisoft
- pkgver = 2.4.8.206
+ pkgver = 2.4.8.207
pkgrel = 1
url = https://pinyin.thunisoft.com
arch = x86_64
@@ -17,7 +17,8 @@ pkgbase = fcitx-huayupinyin
depends = gcc-libs
depends = sh
depends = dbus
- source = fcitx-huayupinyin-2.4.8.206.deb::https://pinyin.thunisoft.com/webapi/v1/downloadSetupFile?os=uos&cpu=x86
- sha256sums = 36e3a2f513b8f3827f79ea2ec0df27cfe5711e156fce3cfdfe37b9cfd65fa705
+ options = !strip
+ source = fcitx-huayupinyin-2.4.8.207.deb::https://pinyin.thunisoft.com/webapi/v1/downloadSetupFile?os=uos&cpu=x86
+ sha256sums = ec965e51f30ddf548d4ab2ba0324bc0e8c6691b39f33112a872eecbb6bf5fa5c
pkgname = fcitx-huayupinyin
diff --git a/PKGBUILD b/PKGBUILD
index 31f472828050..19d73739cfea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=fcitx-huayupinyin
_appname="com.thunisoft.input"
-pkgver=2.4.8.206
+pkgver=2.4.8.207
pkgrel=1
pkgdesc="The Input Method Developed by thunisoft"
arch=('x86_64')
@@ -10,9 +10,9 @@ license=(LGPL3)
conflicts=()
providers=(thunisoft)
depends=('libxtst' 'qt5-svg' 'qt5-base' 'fcitx' 'fcitx-qt5' 'fcitx-configtool' 'glibc' 'cairo' 'libx11' 'gcc-libs' 'sh' 'dbus')
-options=()
+options=(!strip)
source=("${pkgname}-${pkgver}.deb::${url}/webapi/v1/downloadSetupFile?os=uos&cpu=x86")
-sha256sums=('36e3a2f513b8f3827f79ea2ec0df27cfe5711e156fce3cfdfe37b9cfd65fa705')
+sha256sums=('ec965e51f30ddf548d4ab2ba0324bc0e8c6691b39f33112a872eecbb6bf5fa5c')
package() {
bsdtar -xvf data.tar.xz -C "${pkgdir}"
mv "${pkgdir}/usr/lib/x86_64-linux-gnu/fcitx" "${pkgdir}/usr/lib/"