summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d42eb5d05f..6d10c36a57f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Ellis Kenyo <me at elken dot dev>
pkgname=python-xxh
-pkgver=0.7.9
+pkgver=0.8.3
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)
-md5sums=('55ec5a5aaf0a3092d9adfc1aa7e59e69')
+md5sums=('087c20533d18c937cb2a753f770aa1bb')
package() {
cd "$srcdir"/$(echo $pkgname | cut -d- -f2)-$pkgver