summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e447b6958f4d..c415ea1f73df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=pyclip
pkgname=python-${_pkgname}
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform clipboard utilities supporting both binary and text data'
url="https://pypi.org/project/${_pkgname}/"
-depends=(python)
+depends=(python xclip)
makedepends=(python-setuptools)
license=(Apache)
arch=(any)