summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-01-18 20:08:10 +0100
committerPellegrino Prevete2021-01-18 20:08:10 +0100
commitfd4fff871f6f8f9d0d0c115741abb8d34c13a592 (patch)
treebb456d5a82b494ec31d5bb3611614b873f0d861d
parent2488c8236285f9ec1cf211881c936a34d3033bd3 (diff)
downloadaur-fd4fff871f6f8f9d0d0c115741abb8d34c13a592.tar.gz
libhandy: fix against libhandy version 0.0.13
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaaa401e2c47..394258e68965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Daty Wikidata Editor'
url='https://gitlab.gnome.org/World/daty'
license=('AGPLv3')
arch=('any')
-depends=('libhandy' 'python-appdirs' 'python-bleach' 'python-beautifulsoup4' 'python-gobject' 'python-requests' 'python-setproctitle' 'python-pywikibot')
+depends=('libhandy0' 'python-appdirs' 'python-bleach' 'python-beautifulsoup4' 'python-gobject' 'python-requests' 'python-setproctitle' 'python-pywikibot')
makedepends=('git' 'python-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)