summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-12-23 01:10:18 +0100
committerMichał Wojdyła2023-12-23 01:10:18 +0100
commitbd65d2b6c73de3c1e1d580960c237b4feeca569f (patch)
tree8706d705413c871b40841f5d06865c7db0a5ef65 /PKGBUILD
parent9c6b5c934982ca708cc2d477a549b03631c074f6 (diff)
downloadaur-python-myougiden-git.tar.gz
remove python-argparse from optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a1afc86104a..59f89a375e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Simon Tas <simon.tas.st@gmail.com>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Simon Tas <simon.tas.st@gmail.com>
pkgname="python-myougiden-git"
_pkgname="myougiden"
-pkgver=0.8.5.r26.gddb3987
+pkgver=0.8.9.r0.g376c4d6
pkgrel=1
pkgdesc="A command-line, Japanese/English English/Japanese dictionary"
arch=('any')
@@ -10,7 +11,7 @@ url="https://github.com/leoboiko/myougiden"
license=('GPLv3')
depends=('python>=3.0' 'python-romkan' 'python-termcolor')
makedepends=('git')
-optdepends=('python-argparse: for Python ≤ 3.1' 'python-psutil: for Python ≤ 3.2' 'rsync: recommended')
+optdepends=('python-psutil: for Python ≤ 3.2' 'rsync: recommended')
provides=('python-myougiden' 'myougiden' 'updatedb-myougiden')
backup=('etc/myougiden/config.ini')
source=("git+https://github.com/leoboiko/${_pkgname}")