summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35740c5f822b..004ee3102e4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pyclip
pkgdesc = Cross-platform clipboard utilities supporting both binary and text data
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/pyclip/
arch = any
license = Apache
makedepends = python-setuptools
depends = python
+ depends = xclip
source = pyclip-0.5.4.tar.gz::https://github.com/spyoungtech/pyclip/archive/refs/tags/v0.5.4.tar.gz
sha256sums = 18771cf7a98e076817fcbb87ba8e56767d23df8a42a7eee9dde4866a98f49890
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)