Date: Wednesday, March 1, 2023 @ 10:47:53
  Author: felixonmars
Revision: 1405914

archrelease: copy trunk to community-any

Added:
  rime-emoji/repos/community-any/PKGBUILD
    (from rev 1405913, rime-emoji/trunk/PKGBUILD)
Deleted:
  rime-emoji/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 10:47:46 UTC (rev 1405913)
+++ PKGBUILD    2023-03-01 10:47:53 UTC (rev 1405914)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=rime-emoji
-pkgver=0.0.0.20230208
-_commit=771d613b6ad7bc480b56fa14a6bbdd36217b092d
-pkgrel=1
-pkgdesc="Emoji support for rime"
-arch=('any')
-url="https://github.com/rime/rime-emoji";
-license=('LGPL')
-makedepends=('git')
-source=("git+https://github.com/rime/rime-emoji.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 emoji_suggestion.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-emoji/repos/community-any/PKGBUILD (from rev 1405913, 
rime-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 10:47:53 UTC (rev 1405914)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=rime-emoji
+pkgver=0.0.0.20230219
+_commit=68dc1160f41742a47fabb9f50f17cfc0e9b5e070
+pkgrel=1
+pkgdesc="Emoji support for rime"
+arch=('any')
+url="https://github.com/rime/rime-emoji";
+license=('LGPL')
+makedepends=('git')
+source=("git+https://github.com/rime/rime-emoji.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+package() {
+  cd $pkgname
+  install -Dm644 emoji_suggestion.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}

Reply via email to