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

Felix Yan felixonmars at archlinux.org
Sat May 9 05:20:47 UTC 2020


    Date: Saturday, May 9, 2020 @ 05:20:47
  Author: felixonmars
Revision: 625856

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD
    (from rev 625855, 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-05-09 05:20:30 UTC (rev 625855)
+++ PKGBUILD	2020-05-09 05:20:47 UTC (rev 625856)
@@ -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.20200506
-_commit=497f491599c7e61f10017c6d5f5b0dcac3f7ab0a
-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=('1ec6f089421ceeb08b5b648271b65a41045af8d56d06de8cc322e7695d6ef0bbbac404da3b05bf7e266bcd2c0612be7ab4b76de0a6a6dc9ff083430b7dba6e00')
-
-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 625855, fcitx5-hangul/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 05:20:47 UTC (rev 625856)
@@ -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.20200509
+_commit=785432059687b3da9cafd6078029bbf6bb41fd69
+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=('de70b51a3614cb33e76381efd85902a6ff8294ac827a44a34d5f657bcb0937f4463cda4c281fce39f1f16977104b4e68c5236bbf1adbc7e3b3fcbc91188baa7e')
+
+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