summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Savannah2019-08-19 17:34:47 -0400
committerTim Savannah2019-08-19 17:34:47 -0400
commit16e9f6cc4a85ddba586fc5698dc86495f3982267 (patch)
tree3308158ccd5519beca0ec28cd5ba4da4a71d53db /PKGBUILD
parentda3041ef5bced02c292bcfb50dbb8f1e9aacee30 (diff)
downloadaur-16e9f6cc4a85ddba586fc5698dc86495f3982267.tar.gz
4.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50159177e912..55ae90d6bcd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname='python2-func_timeout'
-pkgver=4.3.3
+pkgver=4.3.5
pkgrel=1
pkgdesc="Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python2-setuptools' 'python2')
depends=('python2-setuptools' 'python2')
source=("https://github.com/kata198/func_timeout/archive/${pkgver}.tar.gz")
-sha512sums=("c80c828e509487339c27efe0c959b4b58028fa3f7ad2a3755c8cfa85effd2cc53c63bca16076604f1ce140a904ab3c5ec2e4c1efaf0417183ed15d1bbc2338f2")
+sha512sums=("0711b8bdd2b55e7473fb525e70b0e6596bb11ba074e6110c52e7fdc842d87ef2d57307f02af86eef1b1e7e4c84a9faf25ec450d25addce3ebb93e3d341b566ac")
build() {
cd "$srcdir"/func_timeout-$pkgver