[arch-commits] Commit in fcitx5-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 10 07:20:32 UTC 2020


    Date: Wednesday, June 10, 2020 @ 07:20:31
  Author: felixonmars
Revision: 641130

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD
    (from rev 641129, fcitx5-hangul/trunk/PKGBUILD)
Deleted:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 07:20:17 UTC (rev 641129)
+++ PKGBUILD	2020-06-10 07:20:31 UTC (rev 641130)
@@ -1,28 +0,0 @@
-# $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.20200514
-_commit=307754e5e92b98e07b91b7c58a2bc3f710728024
-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://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz")
-sha512sums=('4ca101be3a86100962df00f840b91e451bafc5dd3e935366c2a72216b4daee7bbc334da46ddd9ee59beb8b346bef7fd6fdcc21b1a8af6a55eacab196d73465ac')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-hangul/repos/community-x86_64/PKGBUILD (from rev 641129, fcitx5-hangul/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-10 07:20:31 UTC (rev 641130)
@@ -0,0 +1,28 @@
+# $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.20200610
+_commit=1c924d49177f69141734bfb22d7dbfe2a3252fbc
+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://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz")
+sha512sums=('3a8ac70a6412eb158dc270caeaf02fa29f3608b39710dcccdc4c04140facb224f596438fb0bf7b1ef829003ca28b514e0d5a17516fdb116a2b8c3fa2ffa19c99')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list