summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2021-01-11 15:42:42 +0300
committervantu5z2021-01-11 15:42:42 +0300
commit549b14f30f404d357a11b7db278d226b08b278d4 (patch)
treea2f7b5ce6fa42d7d1a99b76d601c56c9fdac2011
parent9bce9a1e3dd3741f9a65a66da2806470048173dd (diff)
downloadaur-549b14f30f404d357a11b7db278d226b08b278d4.tar.gz
fix depends
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3b7f53587af..abe95ae77811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhvoice-dictionary-git
pkgdesc = Русский словарь для RHVoice. Дополнительные иструменты (Python).
- pkgver = r1488.20200405
+ pkgver = r1734.20210109
pkgrel = 1
url = https://github.com/vantu5z/RHVoice-dictionary
arch = i686
@@ -8,7 +8,7 @@ pkgbase = rhvoice-dictionary-git
license = GPL3
makedepends = git
makedepends = python>3
- depends = rhvoice-git
+ depends = rhvoice
optdepends = python>3: for text preprocessing support
optdepends = python-pymorphy2: morphology tool for text preprocessing
source = rhvoice-dictionary-git::git+https://github.com/vantu5z/RHVoice-dictionary.git
diff --git a/PKGBUILD b/PKGBUILD
index 9d7ab66d9582..3e20e5c96bc7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: vantu5z <vantu5z@mail.ru>
pkgname=rhvoice-dictionary-git
-pkgver=r1488.20200405
+pkgver=r1734.20210109
pkgrel=1
pkgdesc="Русский словарь для RHVoice. Дополнительные иструменты (Python)."
arch=('i686' 'x86_64')
url="https://github.com/vantu5z/RHVoice-dictionary"
license=('GPL3')
-depends=('rhvoice-git')
+depends=('rhvoice')
optdepends=("python>3: for text preprocessing support"
"python-pymorphy2: morphology tool for text preprocessing")
makedepends=('git' 'python>3')