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