Skip to content
Snippets Groups Projects
Commit 3cceb552 authored by Sertonix's avatar Sertonix Committed by Patrycja Rosa
Browse files

community/py3-pyclip: add missing -pyc subpackage

parent 594671a5
No related branches found
No related tags found
Loading
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment