From 1bacf71d8e0fc8e1f44bc1cb8d234069e5dfef63 Mon Sep 17 00:00:00 2001 From: Alvarito050506 Date: Mon, 23 Aug 2021 17:19:44 -0300 Subject: [PATCH] More workarounds for Debian Buster --- Makefile | 2 +- res/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16661b0..9d52aa6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION:=0.13.1 +VERSION:=0.13.2 SRCS:=$(patsubst %,./src/%.vala,profile config gui play features servers) SRCS+=./src/gmcpil.vapi diff --git a/res/control b/res/control index 6f6fd41..1c7d68e 100644 --- a/res/control +++ b/res/control @@ -3,7 +3,7 @@ Version: {{VERSION}} Priority: optional Architecture: {{ARCH}} Section: contrib/misc -Depends: libc6 (>= 2.28), minecraft-pi-reborn-client (>= 2.1.0), libgtk-3-0, libjson-glib-1.0-0 +Depends: libc6 (>= 2.28), minecraft-pi-reborn-client (>= 2.1.0), libgtk-3-0, libjson-glib-1.0-0, libharfbuzz-gobject0 Maintainer: Alvarito050506 Homepage: https://mcpirevival.tk Vcs-Browser: https://github.com/MCPI-Revival/gMCPIL