summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Savannah2017-08-10 18:52:54 -0400
committerTim Savannah2017-08-10 18:52:54 -0400
commitac13fb434446898d9adf0cb18a380ba2d6fc049e (patch)
treebf859bc90711e7d4d40e6c00663c26cf77f38462 /PKGBUILD
parent3afcd76d4fac78331b71924c32ac175179d9a431 (diff)
downloadaur-ac13fb434446898d9adf0cb18a380ba2d6fc049e.tar.gz
4.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4f2701088ce..f46535c32279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname='python2-func_timeout'
-pkgver=4.2.0
+pkgver=4.3.0
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=('b021e624a841444f33b31f8df9a46a8588e3779183d6b8bd888deb68323857122c12470b25b137ec96f2101aa85d9ba0972eb82ca25c427f9109f47c6f8a4762')
+sha512sums=("9da18dd49b7f987e1c8ff6bec652a1cf5e74234d932e63490eb3d943d5d2d6a9e693970f7d0e7bf2b9a75b99843239c42df8b7292136801403b4c51f7965ad23")
build() {
cd "$srcdir"/func_timeout-$pkgver