summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllis Kenyo2023-02-11 07:41:33 +0000
committerEllis Kenyo2023-02-11 07:41:33 +0000
commitfeee0094e471f710d11decedea6331d3a91381af (patch)
treebb8a3097ea8e4d5aec35321ffae02cc3e53fb0ad
parent53cb6f366810dba5b0514801022697f93ed8632e (diff)
downloadaur-feee0094e471f710d11decedea6331d3a91381af.tar.gz
fix: 0.8.11 => 0.8.12
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ef7e8c268e..56097649c469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xxh
pkgdesc = Take your shell with you!
- pkgver = 0.8.11
+ pkgver = 0.8.12
pkgrel = 1
url = https://pypi.org/project/xxh-xxh/
arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = python-xxh
depends = python
depends = python-pexpect
depends = python-setuptools
- source = python-xxh-0.8.11::https://github.com/xxh/xxh/archive/refs/tags/0.8.11.zip
- md5sums = b7a5bb2e20b36aef60165f5c3c16e8ac
+ depends = python-yaml
+ source = python-xxh-0.8.12::https://github.com/xxh/xxh/archive/refs/tags/0.8.12.zip
+ md5sums = 63b834948c02976d82055218b41d3612
pkgname = python-xxh
diff --git a/PKGBUILD b/PKGBUILD
index 67d5d6af5878..c27056b05a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ellis Kenyo <me at elken dot dev>
pkgname=python-xxh
-pkgver=0.8.11
+pkgver=0.8.12
pkgrel=1
pkgdesc="Take your shell with you!"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python' 'python-pexpect' 'python-setuptools' 'python-yaml')
makedepends=()
license=('BSD')
source=($pkgname-$pkgver::https://github.com/xxh/xxh/archive/refs/tags/$pkgver.zip)
-md5sums=('b7a5bb2e20b36aef60165f5c3c16e8ac')
+md5sums=('63b834948c02976d82055218b41d3612')
package() {
cd "$srcdir"/$(echo $pkgname | cut -d- -f2)-$pkgver