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


Commits:
1a625a8f by Felix Yan at 2024-04-26T16:36:17+00:00
upgpkg: 5.1.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,16 @@
 pkgbase = fcitx5-hangul
        pkgdesc = Hangul Wrapper for Fcitx5
-       pkgver = 5.1.2
+       pkgver = 5.1.3
        pkgrel = 1
        url = https://github.com/fcitx/fcitx5-hangul
        arch = x86_64
        license = GPL
+       makedepends = git
        makedepends = extra-cmake-modules
        depends = fcitx5
        depends = libhangul
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-hangul/fcitx5-hangul-5.1.2.tar.xz
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-hangul/fcitx5-hangul-5.1.2.tar.xz.sig
+       source = git+https://github.com/fcitx/fcitx5-hangul.git#tag=5.1.3?signed
        validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
-       sha512sums = 
5a5780b39fdcb6b158406625a1c410c2966d8222737859e60abaa3aa9b0a0edf06a9a531bf93731ba0068094b1fda00f8e06554c0b19c887d3659e22ab0696f0
-       sha512sums = SKIP
+       sha512sums = 
9d25e96b223e3d3f52fb984e0b94d5a56eddc3da8608fd528d00ce55209b55d7fcb5d65e50e56ecfcd53af85c7d9a3fb84847e7a9db90f1673744adf947966bd
 
 pkgname = fcitx5-hangul


=====================================
PKGBUILD
=====================================
@@ -2,27 +2,25 @@
 # Contributor: csslayer <wengxt AT gmail com>
 
 pkgname=fcitx5-hangul
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="Hangul Wrapper for Fcitx5"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-hangul";
 license=('GPL')
 depends=('fcitx5' 'libhangul')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('5a5780b39fdcb6b158406625a1c410c2966d8222737859e60abaa3aa9b0a0edf06a9a531bf93731ba0068094b1fda00f8e06554c0b19c887d3659e22ab0696f0'
-            'SKIP')
+makedepends=('git' 'extra-cmake-modules')
+source=("git+https://github.com/fcitx/fcitx5-hangul.git#tag=$pkgver?signed";)
+sha512sums=('9d25e96b223e3d3f52fb984e0b94d5a56eddc3da8608fd528d00ce55209b55d7fcb5d65e50e56ecfcd53af85c7d9a3fb84847e7a9db90f1673744adf947966bd')
 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-hangul/-/commit/1a625a8fb4e712093f06f90a412544c9df74e953

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


Reply via email to