[arch-commits] Commit in fcitx5-hangul/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 3 09:03:38 UTC 2020
Date: Tuesday, November 3, 2020 @ 09:03:38
Author: felixonmars
Revision: 740461
upgpkg: fcitx5-hangul 5.0.0-1
Modified:
fcitx5-hangul/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-03 09:01:28 UTC (rev 740460)
+++ PKGBUILD 2020-11-03 09:03:38 UTC (rev 740461)
@@ -1,11 +1,9 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5-hangul
-pkgver=0.0.0.20200728
-_commit=529689f05ac7b7be8296c9338d462c1585f06ff2
-pkgrel=3
+pkgver=5.0.0
+pkgrel=1
pkgdesc="Hangul Wrapper for Fcitx5"
arch=('x86_64')
url="https://github.com/fcitx/fcitx5-hangul"
@@ -12,11 +10,13 @@
license=('GPL')
depends=('fcitx5' 'libhangul')
makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz")
-sha512sums=('f346a73bbd689e586722309f7f973dc6115d18bba8d9a1f0691eecc7f8bd551c5fe3a13a29c767aa8d15f7482e38b62f6608b6a4dbf8bbd9894292fb2f968d38')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('716733b6c070abbffe7cc63cf1e42ae435c8318d52cdc1b42c818a2d6261ce9c0f21ae875ef1776021ea856095ae699f2758f5c61a47e1b7c118c49853de4721'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
build(){
- cd $pkgname-$_commit
+ cd $pkgname-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
make
@@ -23,6 +23,6 @@
}
package() {
- cd $pkgname-$_commit
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list