summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ad96121e8cb..dedfe60bc4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
_appname=zeal
pkgname=${_appname}-git
-pkgver=0.3.1.47.g89b9d91
+pkgver=0.4.0.0.g500c705
pkgrel=1
pkgdesc="A simple documentation browser"
arch=('i686' 'x86_64')
url="https://zealdocs.org/"
license=('GPL3')
-depends=('libarchive' 'qt5-imageformats' 'qt5-webkit' 'qt5-x11extras'
- 'xcb-util-keysyms' 'xdg-utils')
+depends=('desktop-file-utils' 'hicolor-icon-theme'
+ 'libarchive' 'qt5-webkit' 'qt5-x11extras'
+ 'sqlite' 'xcb-util-keysyms' 'xdg-utils')
makedepends=('cmake' 'extra-cmake-modules' 'git')
conflicts=(${_appname})
source=("${_appname}::git+https://github.com/zealdocs/${_appname}")