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