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


Commits:
20eb2d90 by Felix Yan at 2024-04-26T16:23:41+00:00
upgpkg: 5.1.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,17 @@
 pkgbase = fcitx5-anthy
        pkgdesc = Anthy Wrapper for Fcitx5
-       pkgver = 5.1.3
+       pkgver = 5.1.4
        pkgrel = 1
        url = https://github.com/fcitx/fcitx5-anthy
        arch = x86_64
        license = GPL
+       makedepends = git
        makedepends = extra-cmake-modules
        makedepends = ninja
        depends = fcitx5
        depends = anthy
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-5.1.3.tar.xz
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-5.1.3.tar.xz.sig
+       source = git+https://github.com/fcitx/fcitx5-anthy.git#tag=5.1.4?signed
        validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
-       sha512sums = 
389570108c120e3f1691f94907aecf74cef418510a1eb602ec7c7f79ae02ebd0df757a68632f4d355723961eb1f24bd66c36f52ec0c42b2c678e0f9d9f01f2a1
-       sha512sums = SKIP
+       sha512sums = 
42af3476ce9fe0dba3ed739a73796b1570d0d35b6bfc81de0b77db8b4315eb36baa359bb6897b667af2bdf38542b65af0c71f645669f2057b4f0fd9c58f55235
 
 pkgname = fcitx5-anthy


=====================================
PKGBUILD
=====================================
@@ -2,27 +2,30 @@
 # Contributor: csslayer <wengxt AT gmail com>
 
 pkgname=fcitx5-anthy
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc="Anthy Wrapper for Fcitx5"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-anthy";
 license=('GPL')
 depends=('fcitx5' 'anthy')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-$pkgver.tar.xz"{,.sig})
-sha512sums=('389570108c120e3f1691f94907aecf74cef418510a1eb602ec7c7f79ae02ebd0df757a68632f4d355723961eb1f24bd66c36f52ec0c42b2c678e0f9d9f01f2a1'
-            'SKIP')
+makedepends=('git' 'extra-cmake-modules' 'ninja')
+source=("git+https://github.com/fcitx/fcitx5-anthy.git#tag=$pkgver?signed";)
+sha512sums=('42af3476ce9fe0dba3ed739a73796b1570d0d35b6bfc81de0b77db8b4315eb36baa359bb6897b667af2bdf38542b65af0c71f645669f2057b4f0fd9c58f55235')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 
<wen...@gmail.com>
 
 build(){
-  cd $pkgname-$pkgver
-
+  cd $pkgname
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
   ninja
 }
 
+check() {
+  cd $pkgname
+  ninja test
+}
+
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   DESTDIR="$pkgdir" ninja install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-anthy/-/commit/20eb2d90a15cd69a81725735fe2bfd4e5cbb00fe

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


Reply via email to