Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
libchewing
Commits:
54d8a428 by Chih-Hsuan Yen at 2024-10-26T19:31:20+08:00
upgpkg: 0.9.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libchewing
pkgdesc = Intelligent Chinese phonetic input method
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://chewing.im/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = libchewing
makedepends = corrosion
depends = sqlite
optdepends = chewing-editor: view and modify libchewing user phrases
database
- source =
https://github.com/chewing/libchewing/releases/download/v0.9.0/libchewing-0.9.0.tar.zst
- source =
https://github.com/chewing/libchewing/releases/download/v0.9.0/libchewing-0.9.0.tar.zst.minisig
- sha256sums =
58e62cd0649ba3856ffa7c67560c1cfbcbb8713342a533f7700587b51efe84e3
- sha256sums =
7d85582f8e7419e9897e25227222e1e3203d789184dd3ab2715c095fa7c64d2c
+ source =
https://github.com/chewing/libchewing/releases/download/v0.9.1/libchewing-0.9.1.tar.zst
+ source =
https://github.com/chewing/libchewing/releases/download/v0.9.1/libchewing-0.9.1.tar.zst.minisig
+ sha256sums =
e98b76c306552148b7d85f0e596860751d9eef4bc8f2dfc053177b14f421c31f
+ sha256sums =
52502b9a8d46918e6c38aed9b77a1acad7678c32a644fbf047ec527962e1425b
pkgname = libchewing
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: damir <[email protected]>
pkgname=libchewing
-_pkgver=0.9.0
+_pkgver=0.9.1
pkgver=${_pkgver/-rc./rc}
pkgrel=1
pkgdesc='Intelligent Chinese phonetic input method'
@@ -18,8 +18,8 @@ optdepends=(
'chewing-editor: view and modify libchewing user phrases database'
)
source=("https://github.com/chewing/libchewing/releases/download/v${_pkgver}/libchewing-${_pkgver}.tar.zst"{,.minisig})
-sha256sums=('58e62cd0649ba3856ffa7c67560c1cfbcbb8713342a533f7700587b51efe84e3'
- '7d85582f8e7419e9897e25227222e1e3203d789184dd3ab2715c095fa7c64d2c')
+sha256sums=('e98b76c306552148b7d85f0e596860751d9eef4bc8f2dfc053177b14f421c31f'
+ '52502b9a8d46918e6c38aed9b77a1acad7678c32a644fbf047ec527962e1425b')
# The key is mentioned on https://github.com/chewing/libchewing
_validminisignkey='RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libchewing/-/commit/54d8a428dac2a8484c42af649311b904c7f3ff72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libchewing/-/commit/54d8a428dac2a8484c42af649311b904c7f3ff72
You're receiving this email because of your account on gitlab.archlinux.org.