summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaikel Wever2020-12-06 17:21:13 +0100
committerMaikel Wever2020-12-06 17:21:13 +0100
commitae1af32fbc1d6f5c90c75932df401fbb78f3c899 (patch)
treee77b6df30514cb419c53230c35bddedf73521c90 /PKGBUILD
parente7d8d2c3f1a5c6705aae96eddf992f9a5bf3b08c (diff)
downloadaur-ae1af32fbc1d6f5c90c75932df401fbb78f3c899.tar.gz
Update to 23.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eed3e960285..e903021e281e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-executor
-pkgver=23.1
+pkgver=23.2
pkgrel=1
pkgdesc="Programmer friendly subprocess wrapper"
url="https://github.com/xolox/python-executor"
@@ -8,7 +8,7 @@ license=('MIT')
depends=('python' 'python-coloredlogs' 'python-fasteners' 'python-humanfriendly' 'python-property-manager' 'python-six')
makedepends=('python-setuptools')
source=("https://github.com/xolox/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('c9f6ce677605d427265e3b5ff8f9c655')
+md5sums=('83227fb7030f3b3675b5f562821f9a7f')
arch=('any')
package() {