summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-02-23 06:09:14 +0800
committerlilac2021-02-23 06:09:14 +0800
commit3f7122412260e3a9c9f9c2eae1f9f657ee970ea7 (patch)
tree65676693ba6e7463b0669f0f1d4e15f45ce04e59 /PKGBUILD
parentfbcc5c3b40d82e176d2ebd1c21cbdb5e63425f42 (diff)
downloadaur-python-uao.tar.gz
[lilac] updated to 0.2.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76274d538378..4476792752cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,16 @@
pkgname=python-uao
_pkgname=pyUAO
-pkgver=0.1.1
-pkgrel=4
+pkgver=0.2.0
+pkgrel=2
pkgdesc='Big5-UAO table in pure Python'
arch=(any)
url='https://github.com/eight04/pyUAO'
license=(MIT)
depends=(python)
makedepends=(python-setuptools)
-source=("https://github.com/eight04/pyUAO/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
- "https://github.com/yan12125/pyUAO/commit/1e604f65d78b937b046642404635e6a96ded2707.patch")
-sha256sums=('78840b16a5eb12a02c5bfe1ce241cf7fff9287c02258b9c2f9eec73c21ae8649'
- '6ba4e8361bf24e80ffcedb48d037b7d65f25a99f0d0bb5e1ee051bb1b526bdf1')
-
-prepare() {
- cd $_pkgname-$pkgver
- patch -Np1 -i ../1e604f65d78b937b046642404635e6a96ded2707.patch
-}
+source=("https://github.com/eight04/pyUAO/archive/v$pkgver/$_pkgname-$pkgver.tar.gz")
+sha256sums=('15e070230c9478692ee4923d312bda813df4dd37878f4af13c40a6fc7a7db4b8')
build() {
cd $_pkgname-$pkgver