Date: Monday, November 21, 2022 @ 05:53:46
  Author: felixonmars
Revision: 1350218

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-unikey/repos/community-x86_64/PKGBUILD
    (from rev 1350217, fcitx5-unikey/trunk/PKGBUILD)
  fcitx5-unikey/repos/community-x86_64/keys/
Deleted:
  fcitx5-unikey/repos/community-x86_64/PKGBUILD
  fcitx5-unikey/repos/community-x86_64/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-21 05:53:39 UTC (rev 1350217)
+++ PKGBUILD    2022-11-21 05:53:46 UTC (rev 1350218)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-unikey
-pkgver=5.0.11
-pkgrel=1
-pkgdesc="Unikey engine support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-unikey";
-license=('GPL')
-depends=('fcitx5-qt')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('30b17347c52a3b36114c163f6c9be78a4b32428df6282420a99f5edf49e8663b6cf811a824603e58dea9022cd217c28314c13afdd56d503b5d940624ed5ed935'
-            '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-unikey/repos/community-x86_64/PKGBUILD (from rev 1350217, 
fcitx5-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-21 05:53:46 UTC (rev 1350218)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-unikey
+pkgver=5.0.12
+pkgrel=1
+pkgdesc="Unikey engine support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-unikey";
+license=('GPL')
+depends=('fcitx5-qt')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('4791efcfdd4e1661421972207928fc639af83ccf0138d740d06fa2e22da67972403df4f77f139e26a6e41c6082ef823757ce6b480f0ad9ac29ba1451a6dc83ea'
+            '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