Date: Sunday, March 21, 2021 @ 23:50:03
  Author: felixonmars
Revision: 898586

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-21 23:49:51 UTC (rev 898585)
+++ PKGBUILD    2021-03-21 23:50:03 UTC (rev 898586)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-chewing
-pkgver=5.0.4
-pkgrel=1
-pkgdesc="Chewing Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chewing";
-license=('GPL')
-depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
-sha512sums=('8ca9649ec06555f40617c01b185ef73f3749ff2b79215e11cbdad5d0e0bbc7697af3310c1d91aa4cfe6c50e25a2586f3f7b707f0c7f4f619ad6faa1acad57cf1'
-            '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-chewing/repos/community-x86_64/PKGBUILD (from rev 898585, 
fcitx5-chewing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-03-21 23:50:03 UTC (rev 898586)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-chewing
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="Chewing Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chewing";
+license=('GPL')
+depends=('fcitx5' 'libchewing')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
+sha512sums=('d3f70f6479cd9dce05b0c44a2372130c00af041bd082638f9a43ae2bd6ca6892646306821a547444ccdd358df3343f6bc63ad4dcd2ff9e663fc25a13a7b42767'
+            '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
+}

Reply via email to