summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authork2023-07-28 20:51:08 +0800
committerk2023-07-28 20:51:08 +0800
commitac8192196debda4fdcd70762dfae93c2e2f65096 (patch)
treea00d22e96970fe9c3baf3182e1c208af3aaf4e18
parent472da8a0dc435e6435458d925a69441f550205a2 (diff)
downloadaur-python-pangu.tar.gz
add more basic info
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2601120dce6..91dc1fb21b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,10 @@
pkgbase = python-pangu
+ pkgdesc = Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
pkgver = 4.0.6.1
- pkgrel = 1
+ pkgrel = 2
+ url = https://github.com/vinta/pangu.py
arch = any
+ license = MIT
makedepends = python-setuptools
source = https://files.pythonhosted.org/packages/source/p/pangu/pangu-4.0.6.1.tar.gz
sha256sums = f799d127709fe5ecff5d476945ac63d4be758b7bda02efb95715f1dc24472a2f
diff --git a/PKGBUILD b/PKGBUILD
index d8eba320b649..45bb9ccc1946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url='https://github.com/vinta/pangu.py'
pkgdesc='Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).'
-license='MIT'
+license=('MIT')
_name=${pkgname#python-}