Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / fcitx5-chewing
Commits: c47f51f7 by Felix Yan at 2023-11-02T21:28:26+02:00 upgpkg: 5.1.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = fcitx5-chewing + pkgdesc = Chewing Wrapper for Fcitx5 + pkgver = 5.1.1 + pkgrel = 1 + url = https://github.com/fcitx/fcitx5-chewing + arch = x86_64 + license = GPL + makedepends = extra-cmake-modules + makedepends = ninja + depends = fcitx5 + depends = libchewing + source = https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.1.1.tar.xz + source = https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.1.1.tar.xz.sig + validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9 + sha512sums = 48aeb1755c917fe931165f3f41cc175a22a76cf8a6d4be05e7eb6bbb0908225b2f6a99529943f773e7d0ed674dcdbf138e56e7b5962566a0f1219c3919039553 + sha512sums = SKIP + +pkgname = fcitx5-chewing ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: csslayer <wengxt AT gmail com> pkgname=fcitx5-chewing -pkgver=5.1.0 +pkgver=5.1.1 pkgrel=1 pkgdesc="Chewing Wrapper for Fcitx5" arch=('x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('fcitx5' 'libchewing') makedepends=('extra-cmake-modules' 'ninja') source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig}) -sha512sums=('32c2ac2a4664ad7072745cd1b152f057c36f151d5da05c8063551ff1f4346412e26337b340b8f2f64f4055a56e7e29283adf09468b4df80aaa8ba640c639748a' +sha512sums=('48aeb1755c917fe931165f3f41cc175a22a76cf8a6d4be05e7eb6bbb0908225b2f6a99529943f773e7d0ed674dcdbf138e56e7b5962566a0f1219c3919039553' 'SKIP') validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-chewing/-/commit/c47f51f7409f465bd85f0e6457aa76df1d265dd4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-chewing/-/commit/c47f51f7409f465bd85f0e6457aa76df1d265dd4 You're receiving this email because of your account on gitlab.archlinux.org.
