Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 78ED07807A7 for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Dec 2021 12:50:10 +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-101.mailbox.org (Postfix) with ESMTPS id 4JGQg56c8CzQlMS for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Dec 2021 13:50:09 +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=1639831809; 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=PZ/w8Dyc8vDpvPllwv/kmK0kNQOTEfsuMDJqNHBO6ULD22XPqisVFfk0//hwwbCfLEUHM7 5vqLxPnQhl6eTujk1hdzoWOo1kNIUx8tPDXFGfSqAgLBInezLkmoqDLC1hfQHM/EiaDDKI nuBuZzn9ic54XJwHs3Scr4OdEhczKXvnHgy5w3rlSey3qWa2QnjDuOV66S3lGZxuohMQ8R X2YSYZ2ts1SYzDLBJoz3GPZWVvFyr/4GxpVI92X6HfzMePlpwAzwD1+Afz73LsUpItb/kT pFWqjvnmvWdadQ3qOXFDELyP4TE8p2GKFQEJY0ug1ijvUbTvMkhcte6vdCuM7g== 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:49:32 +1100 Message-Id: <20211218124932.25289-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