From c5f4c984e4df76e2f16ec4f218322bc264838515 Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Tue, 24 Dec 2024 17:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E5=BA=93libusb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- thirdparty/cups/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/cups/HPKBUILD b/thirdparty/cups/HPKBUILD index 2389f84d..5d202e79 100644 --- a/thirdparty/cups/HPKBUILD +++ b/thirdparty/cups/HPKBUILD @@ -21,7 +21,7 @@ pkgdesc="CUPS is a standards-based, open source printing system developed by App url="https://www.cups.org/" archs=("armeabi-v7a" "arm64-v8a") license=("Apache LICENSE") -depends=("libusb" "zlib") +depends=("zlib") makedepends=() source="https://github.com/apple/$pkgname/archive/refs/tags/v$pkgver.tar.gz" -- Gitee