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

Felix Yan felixonmars at archlinux.org
Tue Apr 6 05:10:49 UTC 2021


    Date: Tuesday, April 6, 2021 @ 05:10:48
  Author: felixonmars
Revision: 912022

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 05:10:32 UTC (rev 912021)
+++ PKGBUILD	2021-04-06 05:10:48 UTC (rev 912022)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: lh <jason52lh at gmail.com>
-
-pkgname=fcitx-anthy
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="Fcitx Wrapper for anthy."
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx-anthy"
-license=('GPL')
-depends=('fcitx' 'anthy')
-makedepends=('cmake' 'intltool')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-anthy/repos/community-x86_64/PKGBUILD (from rev 912021, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 05:10:48 UTC (rev 912022)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-anthy"
+license=('GPL')
+depends=('fcitx' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('31865bed5ff58c36e0360f002e7bfe21a6874d046746d8c781d59df7f48b11dc0b749b825ce0ab26d9a7bdf2c08decac27e14530eff5d1af33dfb25dfd0a90cb'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list