Date: Wednesday, February 15, 2023 @ 23:14:11
  Author: felixonmars
Revision: 1400734

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-15 23:13:57 UTC (rev 1400733)
+++ PKGBUILD    2023-02-15 23:14:11 UTC (rev 1400734)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=rime-emoji
-pkgver=0.0.0.20230206
-_commit=5e34d22412f912121ffb44cd8c4de25a6e6c3fdf
-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 1400733, 
rime-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-15 23:14:11 UTC (rev 1400734)
@@ -0,0 +1,19 @@
+# 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/
+}

Reply via email to