Date: Tuesday, March 21, 2023 @ 03:23:27
Author: felixonmars
Revision: 1424572
archrelease: copy trunk to community-any
Added:
rime-emoji/repos/community-any/PKGBUILD
(from rev 1424571, 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-21 03:23:16 UTC (rev 1424571)
+++ PKGBUILD 2023-03-21 03:23:27 UTC (rev 1424572)
@@ -1,19 +0,0 @@
-# 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/
-}
Copied: rime-emoji/repos/community-any/PKGBUILD (from rev 1424571,
rime-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 03:23:27 UTC (rev 1424572)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=rime-emoji
+pkgver=0.0.0.20230308
+_commit=8d4e93e1f632ae508834aba651dcdf824561f1ad
+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/
+}