[arch-commits] Commit in phrase-pinyin-data/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 13 10:51:38 UTC 2021


    Date: Monday, December 13, 2021 @ 10:51:37
  Author: felixonmars
Revision: 1071436

archrelease: copy trunk to community-any

Added:
  phrase-pinyin-data/repos/community-any/PKGBUILD
    (from rev 1071435, 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	2021-12-13 10:51:30 UTC (rev 1071435)
+++ PKGBUILD	2021-12-13 10:51:37 UTC (rev 1071436)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=phrase-pinyin-data
-pkgver=0.11.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=('c32bef1a8b6a98e65cab8b3b22fa3c4d60c76438b5d208453c5dae02842745251893a07c44e31a96b2c8dacb9051edc1f66bab8909f137a395e3d9e348cc6d89')
-
-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 1071435, phrase-pinyin-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-13 10:51:37 UTC (rev 1071436)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+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/
+}



More information about the arch-commits mailing list