summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshenleban tongying2022-03-17 19:37:03 -0400
committershenleban tongying2022-03-17 19:37:03 -0400
commitf7879e4ee757329dd52c0b06dd39a614e4cf967c (patch)
treea7d44f5a047650048bfd248c562b540df25ef558 /PKGBUILD
parenta9129a33709ac6b9c25eda2a49d45e95b119bba8 (diff)
downloadaur-f7879e4ee757329dd52c0b06dd39a614e4cf967c.tar.gz
use xiaoyifang's fork for webengine support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c128b6e99d7b..6a636c969bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {