Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 856DD780DB8 for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Dec 2021 12:52:27 +0000 (UTC) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JGQVW6fWSzQk9D for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Dec 2021 13:42:43 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1639831362; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=D7bnLhkASDNk1TZ4SDRtUVCf9QwNf4mELqHEQxoIH/M=; b=LOw+vs53y5iZIpQg7cBY54KTcMFfsbfN2Q7meSaS0grkp0trkiqHKbuOt9342Vb0XoMZJk Ee8ju2slA7YD8Z0YLPvPjJaHX7VSjmpFvt/8A+McWLgSGjjBa59N7sC0cCJnHxeeAK8L1Q LGT02tjRgFZjm9tKrIjmxlMqT4p5CkP4r6sA3gwzbIKvECp7gjEFX10RdjnlObfhHQl1J5 fGLZg35B/kJIglJwcFcUEN87A84XXHuYtxBViJj5+I5ahsOAU1lw486szXmjgPDsauVWEW qVsE7lmcoChhigjGDUaRsCJuxm0fjs9uNPGs7zYBkG1Tw3XGshounc7kpuxMdg== From: Bill Sprinters To: ~alpine/aports@lists.alpinelinux.org Cc: Bill Sprinters Subject: [PATCH] community/system-config-printer: updated dependencies Date: Sat, 18 Dec 2021 23:42:13 +1100 Message-Id: <20211218124213.24821-1-sharkytheshark@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit added py3-cairo dependency --- community/system-config-printer/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/system-config-printer/APKBUILD b/community/system-config-printer/APKBUILD index b6a21e7c82..ac3275dc2d 100644 --- a/community/system-config-printer/APKBUILD +++ b/community/system-config-printer/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Bart Ribbers pkgname=system-config-printer pkgver=1.5.15 -pkgrel=3 +pkgrel=4 pkgdesc="Graphical user interface for CUPS administration" url="https://github.com/OpenPrinting/system-config-printer" arch="noarch" license="GPL-2.0-or-later" depends=" python3 + py3-cairo py3-dbus py3-pycups " -- 2.34.1