summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Karmanov2024-05-16 11:29:57 +0300
committerAnton Karmanov2024-05-16 11:29:57 +0300
commit9ca2776a9bfbd53258b4d384cc66839f26247e10 (patch)
tree78da0bf46dcf91dc072f177d6f5f2319b94b9f79 /PKGBUILD
parent0680e37308bbd56a5d6c8e68239624435521a819 (diff)
downloadaur-python-aksharamukha.tar.gz
Fix redundant comma
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0e9fa46280d..815f8bdb3338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-aksharamukha'
_proj_name="${pkgname#python-}"
pkgver='2.2.2'
-pkgrel=1
+pkgrel=2
pkgdesc='Indic scripts converter'
arch=(any)
url='https://aksharamukha.appspot.com/python'
@@ -18,7 +18,7 @@ depends=(
'python-yaml'
'python>=3.8')
optdepends=(
- 'python-khmer-nltk: processing Khmer script',
+ 'python-khmer-nltk: processing Khmer script'
'python-lxml: transliterate_file submodule'
'python-beautifulsoup4: transliterate_file submodule')
makedepends=('python-build' 'python-installer' 'python-wheel')