From 4eed36fb3bedd3df7ddfd7e44abe902418d11495 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Wed, 30 Sep 2020 17:21:58 +0000
Subject: [PATCH] Update README with libhandy 1.0

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 17aec3f..fdec242 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ git submodule update --init
 
 First, install some Debian dependencies:
 ```
-sudo apt install meson libhandy-0.0-dev gettext appstream-util python3-pip
+sudo apt install meson libhandy-1-dev gettext appstream-util python3-pip
 ```
 
 On Fedora, you can call:
@@ -142,7 +142,7 @@ XDG_DATA_DIRS=_install/share:$XDG_DATA_DIRS ./_install/bin/briar-gtk
 ### Debian
 First, install some Debian dependencies:
 ```
-sudo apt install build-essential devscripts debhelper gnome-pkg-tools python3-all meson libhandy-0.0-dev gettext appstream-util
+sudo apt install build-essential devscripts debhelper gnome-pkg-tools python3-all meson libhandy-1-dev gettext appstream-util
 ```
 
 You can then build the .deb like this:
-- 
GitLab