From 3cceb552d68c4b68fa055baeabd67a4ab8046abf Mon Sep 17 00:00:00 2001
From: Sertonix <sertonix@posteo.net>
Date: Wed, 5 Jun 2024 00:39:20 +0200
Subject: [PATCH] community/py3-pyclip: add missing -pyc subpackage

---
 community/py3-pyclip/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/py3-pyclip/APKBUILD b/community/py3-pyclip/APKBUILD
index f279f776d51f..fb40ce81b120 100644
--- a/community/py3-pyclip/APKBUILD
+++ b/community/py3-pyclip/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=py3-pyclip
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform clipboard utilities supporting both binary and text data"
 url="https://github.com/spyoungtech/pyclip"
 arch="noarch"
@@ -13,6 +13,7 @@ depends="
 	"
 makedepends="py3-setuptools xclip"
 checkdepends="py3-pytest"
+subpackages="$pkgname-pyc"
 source="https://github.com/spyoungtech/pyclip/archive/v$pkgver/pyclip-v$pkgver.tar.gz"
 options="!check" # Requires working tty
 builddir="$srcdir/pyclip-$pkgver"
-- 
GitLab