summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2019-05-13 16:33:30 -0400
committerTim Savannah2019-05-13 16:33:30 -0400
commitda3041ef5bced02c292bcfb50dbb8f1e9aacee30 (patch)
tree6418aacaca2c58e4ea7fd50f54c522382d6c2461
parentc658bc1e763065ab049a11dc7947fd2325a00e6a (diff)
downloadaur-da3041ef5bced02c292bcfb50dbb8f1e9aacee30.tar.gz
4.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c768fbbfb44..c71fb111f8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-func_timeout
pkgdesc = Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads
- pkgver = 4.3.2
+ pkgver = 4.3.3
pkgrel = 1
url = http://github.com/kata198/func_timeout
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-func_timeout
makedepends = python2
depends = python2-setuptools
depends = python2
- source = https://github.com/kata198/func_timeout/archive/4.3.2.tar.gz
- sha512sums = c93b9acfe8ab43e24cb61b0fcaf29961674a1e794d7307dee9e9a990dd0c9730a4db0e71737e87723a49cf7964772bcd2aa7b0337183465796927a317d7679b8
+ source = https://github.com/kata198/func_timeout/archive/4.3.3.tar.gz
+ sha512sums = c80c828e509487339c27efe0c959b4b58028fa3f7ad2a3755c8cfa85effd2cc53c63bca16076604f1ce140a904ab3c5ec2e4c1efaf0417183ed15d1bbc2338f2
pkgname = python2-func_timeout
diff --git a/PKGBUILD b/PKGBUILD
index 56f9712d1e94..50159177e912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname='python2-func_timeout'
-pkgver=4.3.2
+pkgver=4.3.3
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=("c93b9acfe8ab43e24cb61b0fcaf29961674a1e794d7307dee9e9a990dd0c9730a4db0e71737e87723a49cf7964772bcd2aa7b0337183465796927a317d7679b8")
+sha512sums=("c80c828e509487339c27efe0c959b4b58028fa3f7ad2a3755c8cfa85effd2cc53c63bca16076604f1ce140a904ab3c5ec2e4c1efaf0417183ed15d1bbc2338f2")
build() {
cd "$srcdir"/func_timeout-$pkgver