summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllis Kenyo2020-10-31 14:02:58 +0000
committerEllis Kenyo2020-10-31 14:02:58 +0000
commita070ebf841bd851630f08587eb5c183feca7255b (patch)
tree7cd034783fdfe21521505be7b4a6f5f5cc060ae3
parent6e569b940a749512932a22bad40af1ccf3323fb2 (diff)
parentffa70d39a0d1c466e5018244e28e11b1125409d0 (diff)
downloadaur-a070ebf841bd851630f08587eb5c183feca7255b.tar.gz
Merge branch 'master' of aur:python-xxh
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0682bda943c5..c4acdc30b8d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Take your shell with you!"
arch=('x86_64')
url="https://pypi.org/project/xxh-xxh/"
-depends=('python' 'python-pexpect')
+depends=('python' 'python-pexpect' 'python-setuptools')
makedepends=()
license=('BSD')
source=($pkgname-$pkgver::https://github.com/xxh/xxh/archive/$pkgver.tar.gz)