summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEllis Kenyo2020-08-29 12:20:20 +0100
committerEllis Kenyo2020-08-29 12:20:20 +0100
commitffa70d39a0d1c466e5018244e28e11b1125409d0 (patch)
tree77644952050a157226480e935273e38c4dddb2c7 /PKGBUILD
parent909c372df88ccfe552df178fd54a5a0f3af3af67 (diff)
downloadaur-ffa70d39a0d1c466e5018244e28e11b1125409d0.tar.gz
Version bump
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