Date: Sunday, March 12, 2023 @ 20:41:08
  Author: felixonmars
Revision: 1419457

archrelease: copy trunk to community-any

Added:
  fcitx5-table-other/repos/community-any/PKGBUILD
    (from rev 1419456, fcitx5-table-other/trunk/PKGBUILD)
  fcitx5-table-other/repos/community-any/keys/
Deleted:
  fcitx5-table-other/repos/community-any/PKGBUILD
  fcitx5-table-other/repos/community-any/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 20:40:56 UTC (rev 1419456)
+++ PKGBUILD    2023-03-12 20:41:08 UTC (rev 1419457)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-table-other
-pkgver=5.0.10
-pkgrel=1
-pkgdesc="Other tables for Fcitx5"
-arch=('any')
-url="https://github.com/fcitx/fcitx5-table-other";
-license=('GPL')
-depends=('fcitx5-chinese-addons')
-makedepends=('extra-cmake-modules' 'boost')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('74ded20db1800a41d28b307bb1bda10528b4c8d3136aa150daaa35ce7ba7a32563415c5ca80f9757b809ea74da695fa7a05a6b8e93bbb0476a78e04e68f79010'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 
<[email protected]>
-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-table-other/repos/community-any/PKGBUILD (from rev 1419456, 
fcitx5-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 20:41:08 UTC (rev 1419457)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-table-other
+pkgver=5.0.11
+pkgrel=1
+pkgdesc="Other tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-other";
+license=('GPL')
+depends=('fcitx5-chinese-addons')
+makedepends=('extra-cmake-modules' 'boost')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('75dff4bb28bd1d62c8c6cbf323668a6600469fa331ad487a252f2b2c730f443e9578f8e592df3afc957a9cdf127ba8ed20d5c3243fc55c235173834b91e08663'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 
<[email protected]>
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to