From 24d41171a34817da2ac05068e0ea14d90c5eeb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 3 Feb 2021 20:57:03 +0700 Subject: [PATCH] blanket: remove depends on python-gobject I was surprised that blanket works. It's working only because gst1-python3 pulls python3-gobject in. --- srcpkgs/blanket/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template index 894455730b2..91fed55cbc1 100644 --- a/srcpkgs/blanket/template +++ b/srcpkgs/blanket/template @@ -1,10 +1,10 @@ # Template file for 'blanket' pkgname=blanket version=0.3.1 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config gettext glib-devel" -depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 python-gobject libhandy1" +depends="gst1-python3 gst-plugins-bad1 gst-plugins-good1 libhandy1" short_desc="Improve focus and productivity by listening to different sounds" maintainer="Reback00 " license="GPL-3.0-or-later"