Date: Tuesday, June 2, 2020 @ 12:53:02 Author: felixonmars Revision: 638036
upgpkg: kcm-fcitx 0.5.6-1 Modified: kcm-fcitx/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-02 12:51:31 UTC (rev 638035) +++ PKGBUILD 2020-06-02 12:53:02 UTC (rev 638036) @@ -2,8 +2,8 @@ # Contributor: poplarch <[email protected]> pkgname=kcm-fcitx -pkgver=0.5.5 -pkgrel=3 +pkgver=0.5.6 +pkgrel=1 pkgdesc="KDE Config Module for Fcitx" arch=('x86_64') url="https://github.com/fcitx/kcm-fcitx" @@ -10,15 +10,12 @@ license=('GPL') depends=('fcitx-qt5' 'knewstuff' 'kcmutils') makedepends=('extra-cmake-modules') -source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig} - $pkgname-gcc-10.patch::https://github.com/fcitx/kcm-fcitx/commit/a1b2ccdffd9e4d16c47f7f2a596df437ee834c41.patch) -sha512sums=('e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e' - 'SKIP' - 'bc57656eb6379701d25370da823b70bff7d4f355f7cfbf6782059161e14c4f3a14c32bf0760b794f8d7e9cb2b5d4c3072ac705090782163187f0636b3af81102') +source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig}) +sha512sums=('a3d378ecd9ea9fa5bcc42c75e5b0b0ac2ba6c94fda93b7213d821546bb83b5904c75c2fc9482cd7b47fbf5ad81a0641b7ec345aa2e630c8795bf8d5b89f9cd3b' + 'SKIP') validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <[email protected]> prepare() { - patch -d $pkgname-$pkgver -p1 < $pkgname-gcc-10.patch mkdir build }
