summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e41f17ee878c..aab40c8aea72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = goldendict-qt5-git
pkgdesc = Feature-rich dictionary lookup program
- pkgver = 1.5.0.RC2.363.g6efb5210
+ pkgver = 1.5.0.RC2.369.gade20fc1
pkgrel = 1
- url = http://goldendict.org/
+ url = https://goldendict.org/
arch = x86_64
license = GPL3
makedepends = git
@@ -15,11 +15,11 @@ pkgbase = goldendict-qt5-git
depends = qt5-webkit
depends = qt5-x11extras
depends = opencc
- depends = libeb
+ depends = eb-library
provides = stardict
conflicts = goldendict
replaces = goldendict
- source = git+https://github.com/goldendict/goldendict.git
+ source = goldendict::git+https://github.com/goldendict/goldendict.git
sha256sums = SKIP
pkgname = goldendict-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index f62203284255..a0d2455d58e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
-# Maintainer: Lin Ruoshui <lin dot ruohshoei+archlinux at gmail dot com>
+# Maintainer: LinRs <20455421+LinRs AT users.noreply.github.com>
# Contributor: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
# Contributor: VirtualTam <virtualtam@flibidi.net>
# Contributor: Eugene Yudin aka Infy <Eugene dot Yudin at gmail dot com>
pkgname=goldendict-qt5-git
-pkgver=1.5.0.RC2.363.g6efb5210
+pkgver=1.5.0.RC2.369.gade20fc1
pkgrel=1
pkgdesc="Feature-rich dictionary lookup program"
arch=('x86_64')
-url="http://goldendict.org/"
+url="https://goldendict.org/"
license=('GPL3')
depends=('ffmpeg' 'hunspell' 'libao' 'qt5-multimedia' 'qt5-svg'
-'qt5-tools' 'qt5-webkit' 'qt5-x11extras' 'opencc' 'libeb')
+'qt5-tools' 'qt5-webkit' 'qt5-x11extras' 'opencc' 'eb-library')
makedepends=('git')
conflicts=('goldendict')
provides=('stardict')
replaces=('goldendict')
_gitname="goldendict"
-source=("git+https://github.com/goldendict/goldendict.git")
+source=("${_gitname}::git+https://github.com/goldendict/goldendict.git")
sha256sums=(SKIP)
pkgver() {