Date: Monday, November 21, 2022 @ 05:39:18
Author: felixonmars
Revision: 1350153
archrelease: copy trunk to community-x86_64
Added:
fcitx5-anthy/repos/community-x86_64/PKGBUILD
(from rev 1350152, fcitx5-anthy/trunk/PKGBUILD)
fcitx5-anthy/repos/community-x86_64/keys/
Deleted:
fcitx5-anthy/repos/community-x86_64/PKGBUILD
fcitx5-anthy/repos/community-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-21 05:39:11 UTC (rev 1350152)
+++ PKGBUILD 2022-11-21 05:39:18 UTC (rev 1350153)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-anthy
-pkgver=5.0.12
-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' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-$pkgver.tar.xz"{,.sig})
-sha512sums=('9c842bc2b298b56c23d96015b32288ffea7b66413be6689de8f04a705a3dd83581718b0c66b0bad74e4799b554bf90eddb45852d7ad118c7fc82f17a7b35b8d7'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
-
-build(){
- cd $pkgname-$pkgver
-
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- ninja
-}
-
-package() {
- cd $pkgname-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: fcitx5-anthy/repos/community-x86_64/PKGBUILD (from rev 1350152,
fcitx5-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-21 05:39:18 UTC (rev 1350153)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-anthy
+pkgver=5.0.13
+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' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-$pkgver.tar.xz"{,.sig})
+sha512sums=('b5968779ba62e069cf0354807caa0568d7312b15338541c9939d86f53cefa81159061f6a02cc906322794662f77d4aa19df35e277d1014447554aeef5a3f941b'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ ninja
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}