diff options
author | shenleban tongying | 2022-03-17 19:37:03 -0400 |
---|---|---|
committer | shenleban tongying | 2022-03-17 19:37:03 -0400 |
commit | f7879e4ee757329dd52c0b06dd39a614e4cf967c (patch) | |
tree | a7d44f5a047650048bfd248c562b540df25ef558 /PKGBUILD | |
parent | a9129a33709ac6b9c25eda2a49d45e95b119bba8 (diff) | |
download | aur-f7879e4ee757329dd52c0b06dd39a614e4cf967c.tar.gz |
use xiaoyifang's fork for webengine support
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -1,21 +1,23 @@ # Contributor: VirtualTam <virtualtam@flibidi.net> # Contributor: Eugene Yudin aka Infy <Eugene dot Yudin at gmail dot com> -# Maintainer: aksr <aksr at t-com dot me> -pkgname=goldendict-git -pkgver=1.5.0.RC.1130.gbaff02a1 +# Contributor: aksr <aksr at t-com dot me> +# Maintainer: slbtty <shenlebantongying@gmail.com> + +pkgname=goldendict-webengine-git +pkgver=v22.2.alpha-99077318 pkgrel=1 pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats." arch=('i686' 'x86_64') -url="https://github.com/goldendict/goldendict" +url="https://github.com/xiaoyifang/goldendict" url="http://goldendict.org/" license=('GPL3') depends=('ffmpeg' 'hunspell' 'libao' 'libvorbis' 'libxtst' 'lzo' 'zlib' 'xz' 'libeb' 'libiconv' 'opencc' - 'qt5-webkit' 'qt5-svg' 'qt5-tools' 'qt5-x11extras' 'qt5-multimedia') + 'qt5-svg' 'qt5-tools' 'qt5-x11extras' 'qt5-multimedia' 'qt5-webengine') makedepends=('git') -conflicts=('goldendict' 'goldendict-svn' 'goldendict-git-opt') +conflicts=('goldendict' 'goldendict-git' 'goldendict-svn' 'goldendict-git-opt') provides=('goldendict') -replaces=('goldendict' 'goldendict-svn' 'goldendict-git-opt') -source=("$pkgname::git+git://github.com/goldendict/goldendict.git") +replaces=('goldendict' 'goldendict-git' 'goldendict-svn' 'goldendict-git-opt') +source=("$pkgname::git+https://github.com/xiaoyifang/goldendict.git") md5sums=('SKIP') pkgver() { |