summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad871363a22..7c8e740f6b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 1 08:20:11 UTC 2019
+# Fri Feb 7 12:54:41 UTC 2020
pkgbase = lsd2dsl-git
pkgdesc = A decompiler for ABBYY Lingvo’s and Duden proprietary dictionaries.
- pkgver = 0.4.1.r26.gf7bce9c
- pkgrel = 2
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://rcebits.com/lsd2dsl/index.html
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = lsd2dsl-git
depends = libzip
depends = boost
depends = qt5-base
+ depends = qt5-webkit
depends = libvorbis
depends = libsndfile
provides = lsd2dsl
diff --git a/PKGBUILD b/PKGBUILD
index 8a63bb94f009..967be89a08bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=lsd2dsl-git
-pkgver=0.4.1.r26.gf7bce9c
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
epoch=
pkgdesc="A decompiler for ABBYY Lingvo’s and Duden proprietary dictionaries."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/nongeneric/lsd2dsl'
url='https://rcebits.com/lsd2dsl/index.html'
license=('MIT')
groups=()
-depends=('libzip' 'boost' 'qt5-base' 'libvorbis' 'libsndfile')
+depends=('libzip' 'boost' 'qt5-base' 'qt5-webkit' 'libvorbis' 'libsndfile')
makedepends=('git' 'cmake>=3.14' 'gtest')
optdepends=()
checkdepends=()