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

Felix Yan felixonmars at archlinux.org
Wed May 13 12:38:11 UTC 2020


    Date: Wednesday, May 13, 2020 @ 12:38:10
  Author: felixonmars
Revision: 627647

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 12:37:55 UTC (rev 627646)
+++ PKGBUILD	2020-05-13 12:38:10 UTC (rev 627647)
@@ -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-anthy
-pkgver=0.0.0.20200511
-_commit=98597c97c547dd997283bdef83e0aa1e9c1ff3b3
-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')
-source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz")
-sha512sums=('6e0d84e50ef0341675bdb1ecd43dcffa5af406ca9d12edc65d2a2cd705268c726f07b8b730701e8e969e7054484bfdef2ebdbff84fe1e89a017698ce478da80d')
-
-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-anthy/repos/community-x86_64/PKGBUILD (from rev 627646, fcitx5-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-13 12:38:10 UTC (rev 627647)
@@ -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-anthy
+pkgver=0.0.0.20200513
+_commit=b7bbb8c8da62742f991ca100272a0f87d90e6a4d
+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')
+source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz")
+sha512sums=('ac79df9af101a1e6de4e8cb155a41a5dc329236bcc52abbdafa0caa39687fe041dcdcda784712f6834a8ce7ec4f896cc6f195e53ef6d8e5c8b32de71bf55f2a6')
+
+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