Date: Monday, November 14, 2022 @ 03:34:02
Author: felixonmars
Revision: 1347440
archrelease: copy trunk to community-any
Added:
phrase-pinyin-data/repos/community-any/PKGBUILD
(from rev 1347439, phrase-pinyin-data/trunk/PKGBUILD)
Deleted:
phrase-pinyin-data/repos/community-any/PKGBUILD
----------+
PKGBUILD | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 03:33:51 UTC (rev 1347439)
+++ PKGBUILD 2022-11-14 03:34:02 UTC (rev 1347440)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=phrase-pinyin-data
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Pinyin Data for Phrases"
-arch=('any')
-license=('MIT')
-url="https://github.com/mozillazg/phrase-pinyin-data"
-depends=()
-source=("https://github.com/mozillazg/phrase-pinyin-data/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6134805d9cf2204ff9a915438c69c52421a60a96243dce6f5719446b2e453f1f339b2a280f0e065bbc3104f394bd9663284169fa08c7134b814a17f15013b164')
-
-package() {
- cd $pkgname-$pkgver
- install -Dm644 pinyin.txt -t "$pkgdir"/usr/share/$pkgname/
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: phrase-pinyin-data/repos/community-any/PKGBUILD (from rev 1347439,
phrase-pinyin-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 03:34:02 UTC (rev 1347440)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=phrase-pinyin-data
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Pinyin Data for Phrases"
+arch=('any')
+license=('MIT')
+url="https://github.com/mozillazg/phrase-pinyin-data"
+depends=()
+source=("https://github.com/mozillazg/phrase-pinyin-data/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('3560402faa35d081a2f8bfcbfbcf571dee2e91c64f62839a87c33bd47a9356df48b4abe3874bdcae013ff109c124475a4392360897751781e390c730864b07b5')
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dm644 pinyin.txt -t "$pkgdir"/usr/share/$pkgname/
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}