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

Felix Yan felixonmars at archlinux.org
Fri May 8 18:51:25 UTC 2020


    Date: Friday, May 8, 2020 @ 18:51:23
  Author: felixonmars
Revision: 625748

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-anthy/repos/community-x86_64/PKGBUILD
    (from rev 625747, 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-08 18:50:12 UTC (rev 625747)
+++ PKGBUILD	2020-05-08 18:51:23 UTC (rev 625748)
@@ -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.20200424
-_commit=1703f69c3f1705d79d077049c9b0b3029e7c7773
-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=('97fd95da39c337d28354297b1a0f25f83829656e5fd011ad2f292c0d26cb17f82593fef1415c12ea75a33f28ecbe3da8979cb2794dc0c509c6b77098d07f4dfc')
-
-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 625747, fcitx5-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 18:51:23 UTC (rev 625748)
@@ -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.20200509
+_commit=9c08a47a05a8d91e497ee5a5108fe212f78f9e4d
+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=('bcbdc167975ec3b16e8cb5b105e44ee41ca8b86622a2f38edfc1d311e4da42e38d5802868180252d7447e7986d76024627b6ce15384ad638a03e88978b266d15')
+
+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