Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
fcitx5-kkc


Commits:
67eac1c3 by Felix Yan at 2024-04-26T16:36:49+00:00
upgpkg: 5.1.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,17 @@
 pkgbase = fcitx5-kkc
        pkgdesc = KKC Wrapper for Fcitx5
-       pkgver = 5.1.2
+       pkgver = 5.1.3
        pkgrel = 1
        url = https://github.com/fcitx/fcitx5-kkc
        arch = x86_64
        license = GPL
+       makedepends = git
        makedepends = extra-cmake-modules
        depends = fcitx5-qt
        depends = libkkc
        depends = libkkc-data
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-kkc/fcitx5-kkc-5.1.2.tar.xz
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-kkc/fcitx5-kkc-5.1.2.tar.xz.sig
+       source = git+https://github.com/fcitx/fcitx5-kkc.git#tag=5.1.3?signed
        validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
-       sha512sums = 
a7e6fe510ca66917e9059071e1551fb9cc9a8efb5460d6f767f8f75c1f96df7e487b1c22cdd517502aa150f7df134b87a879a171ed3796cc8a3285688982a9d8
-       sha512sums = SKIP
+       sha512sums = 
37a086ed887f1a02bceb0100c4b3c0493b7f3e4a7d543c063f4d18d806e80203734c1420977c4deca8d4f26e27f92333a09a6f79e5c9b1dfc47720bb34cbba9c
 
 pkgname = fcitx5-kkc


=====================================
PKGBUILD
=====================================
@@ -2,27 +2,25 @@
 # Contributor: csslayer <wengxt AT gmail com>
 
 pkgname=fcitx5-kkc
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="KKC Wrapper for Fcitx5"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-kkc";
 license=('GPL')
 depends=('fcitx5-qt' 'libkkc' 'libkkc-data')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('a7e6fe510ca66917e9059071e1551fb9cc9a8efb5460d6f767f8f75c1f96df7e487b1c22cdd517502aa150f7df134b87a879a171ed3796cc8a3285688982a9d8'
-            'SKIP')
+makedepends=('git' 'extra-cmake-modules')
+source=("git+https://github.com/fcitx/fcitx5-kkc.git#tag=$pkgver?signed";)
+sha512sums=('37a086ed887f1a02bceb0100c4b3c0493b7f3e4a7d543c063f4d18d806e80203734c1420977c4deca8d4f26e27f92333a09a6f79e5c9b1dfc47720bb34cbba9c')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 
<wen...@gmail.com>
 
-build(){
-  cd $pkgname-$pkgver
-
+build() {
+  cd $pkgname
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-kkc/-/commit/67eac1c32f8321f3402f0d850694a1aee94d48b9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-kkc/-/commit/67eac1c32f8321f3402f0d850694a1aee94d48b9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to