summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonçalo Pereira2023-05-08 15:02:04 +0100
committerGonçalo Pereira2023-05-08 15:02:04 +0100
commit423b39d730c130d261cdb953fc1c1c441255e489 (patch)
treed171bb7682793ad9ab96e998aa2aef362023ec0e
parentc9b903cd37beb352f7d6f54b36bc5fb4febff679 (diff)
downloadaur-423b39d730c130d261cdb953fc1c1c441255e489.tar.gz
Fix pakage rel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9b21337433..f55b67d3e582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wrapt-timeout-decorator
pkgdesc = Powerful Timeout Decorator that can be used safely on classes, methods, class methods
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/bitranox/wrapt_timeout_decorator
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-wrapt-timeout-decorator
depends = python-multiprocess
depends = python-psutil
depends = python-wrapt
- source = https://files.pythonhosted.org/packages/source/w/wrapt-timeout-decorator/wrapt-timeout-decorator-1.0.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/w/wrapt_timeout_decorator/wrapt_timeout_decorator-1.0.1.tar.gz
sha256sums = 0b0f1a0d608c51f24cbcba3fd93226ae84029450328957be4245530177a610c9
pkgname = python-wrapt-timeout-decorator
diff --git a/PKGBUILD b/PKGBUILD
index b3f9dc6dcf94..64a170830b21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-wrapt-timeout-decorator
_name=wrapt_timeout_decorator
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Powerful Timeout Decorator that can be used safely on classes, methods, class methods"
url="https://github.com/bitranox/wrapt_timeout_decorator"
depends=(