From e084d5d643e07cf6a2a79d0fdf1071e2421b8a47 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 20 Dec 2017 12:30:35 +0100 Subject: [PATCH] buku: python3-beautifulsoup4 -> python3-BeautifulSoup4 --- srcpkgs/buku/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/buku/template b/srcpkgs/buku/template index c7f25d024cc..68183c37d90 100644 --- a/srcpkgs/buku/template +++ b/srcpkgs/buku/template @@ -5,8 +5,8 @@ revision=1 wrksrc=Buku-${version} noarch=yes python_version="3" -checkdepends="python3-pytest python3-beautifulsoup4 python3-requests python3-cryptography -python3-hypothesis" +checkdepends="python3-pytest python3-BeautifulSoup4 python3-requests python3-cryptography + python3-hypothesis" depends="python3 python3-requests" short_desc="A cmdline bookmark management utility" maintainer="Diogo Leal "