Date: Saturday, August 1, 2020 @ 06:30:34 Author: felixonmars Revision: 667281
upgpkg: fcitx5-configtool 0.0.0.20200801-1 Modified: fcitx5-configtool/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-01 06:26:40 UTC (rev 667280) +++ PKGBUILD 2020-08-01 06:30:34 UTC (rev 667281) @@ -2,21 +2,23 @@ # Maintainer: Felix Yan <[email protected]> # Contributor: csslayer <wengxt AT gmail com> -pkgname=kcm-fcitx5 -pkgver=0.0.0.20200730 -_commit=5326f796e49298d7e11f698f1d56e3df7b76b399 +pkgname=fcitx5-configtool +pkgver=0.0.0.20200801 +_commit=7cc587ddf593e46eb6417b82d40eb1e67ec40299 pkgrel=1 pkgdesc="KDE Config Module for Fcitx5" arch=('x86_64') -url="https://github.com/fcitx/kcm-fcitx5" +url="https://github.com/fcitx/fcitx5-configtool" license=('GPL') -provides=('fcitx5-config-qt') +provides=('fcitx5-config-qt' 'kcm-fcitx5') +conflicts=('kcm-fcitx5') +replaces=('kcm-fcitx5') depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews') optdepends=('kdeclarative: for KCM support' 'kirigami2: for KCM support') makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python') -source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz") -sha512sums=('d017628ed55dd13e0e2762ba26e2c2e4b11e736b626419fa84ca19b5128dbdb7eb1e7d669e5fa5de8cb367e5e4d22b56275c50d5c54944e6abe5e8fd3af0b38e') +source=("https://github.com/fcitx/fcitx5-configtool/archive/$_commit/fcitx5-configtool-$_commit.tar.gz") +sha512sums=('e20eab5671287e7f02e094ecb3bedb04ce9cd7624dc8e235bbbc1c141c55e98ca36a171c381e5edb81096b72f18ec399e875cc8fbaacd04a8a5203a20267201c') build(){ cd $pkgname-$_commit
