summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2018-08-11 20:01:33 +0100
committerScore_Under2018-08-11 20:01:33 +0100
commitad7f34850322922340fbd21009ccb08fdfd11e34 (patch)
tree0042dc66b780815cd91ecbbc8864b87896d96402 /PKGBUILD
parent8ee6e2dbfe141e517955aa52b2988a016a986da8 (diff)
downloadaur-ad7f34850322922340fbd21009ccb08fdfd11e34.tar.gz
Depend on html5lib instead of lxml
This is reported to provide less buggy parsing behaviour in the client, and appears to be the default backend in the official release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fe4169b7f4b..5d997d24e341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=317
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -16,7 +16,7 @@ depends=(python2 opencv python2-beautifulsoup4 python2-yaml
hsaudiotag python2-pypdf2 python2-pafy 'python2-lz4>=0.10.1'
python2-numpy python2-twisted python2-pillow python2-potr
python2-flvlib python2-pysocks python2-psutil python2-send2trash
- python2-lxml python2-requests hdf5 python2-wxpython-phoenix
+ python2-html5lib python2-requests hdf5 python2-wxpython-phoenix
gtkglext)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'