summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-11-29 18:34:07 +0000
committerGrey Christoforo2018-11-29 18:34:07 +0000
commitfbd678e76ea8d013b15f85ab8ebc5366b61a122c (patch)
tree46009b1c3cbaa90103c49417ec63f58fd512e5b2 /PKGBUILD
parentca410fc96577c7cdd8b7280358ffaf10b44bb411 (diff)
downloadaur-fbd678e76ea8d013b15f85ab8ebc5366b61a122c.tar.gz
add xclip dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e3b19964c86..7c4e284b4aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='0.1.3'
pkgrel=1
pkgdesc="A simple tool for extracting sprites from full frames. Useful for AI projects. "
url="https://github.com/codetorex/spritex"
-depends=('python' 'python-numpy' 'python-kivy' 'python-pillow')
+depends=('python' 'python-numpy' 'python-kivy' 'python-pillow' 'xclip')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')