summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD18
2 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c8acb600ef8..e7a8cb5bb8a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 27 05:03:06 UTC 2017
+# Wed Sep 27 05:59:31 UTC 2017
pkgbase = hapi
- pkgdesc = Python library, command-line tools and server for annotating Chinese with phonetics and colors.
- pkgver = 2017
- pkgrel = 1
+ pkgdesc = Python library, command-line tools and server for annotating Mandarin Chinese with phonetics (pinyin, zhuyin, etc.) and colors by tone.
+ pkgver = 2017.9
+ pkgrel = 2
url = https://xyne.archlinux.ca/projects/hapi
arch = any
license = GPL
@@ -12,12 +12,12 @@ pkgbase = hapi
depends = python3-colorsysplus
depends = wget
optdepends = aria2: required for downloading audio files
- source = https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.tar.xz
- source = https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.tar.xz.sig
- md5sums = cf96dd1f4eee7ab4af661b317dc1766f
- md5sums = 114c400bf0b8813cc63cb8e29c909d79
- sha512sums = b9121fb749d15fcea94460d8e5062831735518f3f6d3389a06ed0016a7e62ff4dbad827f39031f935f5fa8517f527de5299224477ee6a5fff21fade49a50fe11
- sha512sums = 2a0be716ac6e761a20818ecbf0154127f98259fe7f7098e40ebdcc312ead7eaea04725da3a0b3b55e7d0160ba86e066fccfc90eaf8258fce29238f88414d0c42
+ source = https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.9.tar.xz
+ source = https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.9.tar.xz.sig
+ md5sums = 03e01472c0d3c27c08bde2228dbb79d6
+ md5sums = 0a8a5ebb83955724d71e363924fb443a
+ sha512sums = fecd3f32319aa97773747a20e67157f9ec60de945d8a0990075236b537963eb7aedbb9e7758deed0533a68b128630a01e43de24bb59e4be44b1faaa09105febb
+ sha512sums = 5257cf2a4ea6f5b64b7554859f09076f32b08a7b6df97ed93c097ee66ec54150b3e4c6f30850f28d749042f61b287de8c3a3a57d95891bef42e6399c3e92ae04
pkgname = hapi
diff --git a/PKGBUILD b/PKGBUILD
index 8c3d83d4c68f..ef593d09a9ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
#Maintainer: Xyne <ac xunilhcra enyx, backwards>
pkgname=hapi
-pkgver=2017
-pkgrel=1
-pkgdesc='Python library, command-line tools and server for annotating Chinese with phonetics and colors.'
+pkgver=2017.9
+pkgrel=2
+pkgdesc='Python library, command-line tools and server for annotating Mandarin Chinese with phonetics (pinyin, zhuyin, etc.) and colors by tone.'
arch=(any)
license=(GPL)
url="https://xyne.archlinux.ca/projects/hapi"
depends=(python-lxml python3 python3-colorsysplus wget)
optdepends=('aria2: required for downloading audio files')
source=(
- https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.tar.xz
- https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.tar.xz.sig
+ https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.9.tar.xz
+ https://xyne.archlinux.ca/projects/hapi/src/hapi-2017.9.tar.xz.sig
)
sha512sums=(
- b9121fb749d15fcea94460d8e5062831735518f3f6d3389a06ed0016a7e62ff4dbad827f39031f935f5fa8517f527de5299224477ee6a5fff21fade49a50fe11
- 2a0be716ac6e761a20818ecbf0154127f98259fe7f7098e40ebdcc312ead7eaea04725da3a0b3b55e7d0160ba86e066fccfc90eaf8258fce29238f88414d0c42
+ fecd3f32319aa97773747a20e67157f9ec60de945d8a0990075236b537963eb7aedbb9e7758deed0533a68b128630a01e43de24bb59e4be44b1faaa09105febb
+ 5257cf2a4ea6f5b64b7554859f09076f32b08a7b6df97ed93c097ee66ec54150b3e4c6f30850f28d749042f61b287de8c3a3a57d95891bef42e6399c3e92ae04
)
md5sums=(
- cf96dd1f4eee7ab4af661b317dc1766f
- 114c400bf0b8813cc63cb8e29c909d79
+ 03e01472c0d3c27c08bde2228dbb79d6
+ 0a8a5ebb83955724d71e363924fb443a
)
validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')