summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Karmanov2018-11-22 14:16:04 +0500
committerAnton Karmanov2018-11-22 14:18:12 +0500
commit14c6288bfe744412ed21b38f07f7cc31bb60db03 (patch)
treed802759173c5acceafe04817d44b8be07b1df153
parentaaed1b504e8594d0b30f5df347be6360a6f8d141 (diff)
downloadaur-14c6288bfe744412ed21b38f07f7cc31bb60db03.tar.gz
Fix text error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77fd65c94afa..2af16283b086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,11 @@ pkgbase = goldendict-enruen-content
pkgver = 1.1
pkgrel = 1
url = http://www.goldendict.org
+ install = goldendict-enruen-content.install
arch = any
license = GPL2
optdepends = goldendict: for using this dictionary,
- optdepends = goldendict-gt5-git: for using this dictionary
+ optdepends = goldendict-qt5-git: for using this dictionary
source = http://downloads.sourceforge.net/goldendict/enruen-content-1.1.tar.bz2
md5sums = 4db1fd87067c603750c2f2741b90a359
diff --git a/PKGBUILD b/PKGBUILD
index 32c8df1950a5..bad3fd132595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('GPL2')
install=$pkgname.install
optdepends=(
'goldendict: for using this dictionary',
-'goldendict-gt5-git: for using this dictionary'
+'goldendict-qt5-git: for using this dictionary'
)
url='http://www.goldendict.org'
source=("http://downloads.sourceforge.net/goldendict/enruen-content-$pkgver.tar.bz2")