summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 118f096ca92c..dcb3fcdfcdd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-functoolsplus
pkgdesc = More higher-order functions and operations on callable objects.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/homeinfogmbh/functoolsplus
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-functoolsplus
makedepends = python-setuptools-scm
depends = python
depends = python-setuptools
- source = functoolsplus::git+https://github.com/homeinfogmbh/functoolsplus.git#tag=1.0.2
+ source = functoolsplus::git+https://github.com/homeinfogmbh/functoolsplus.git#tag=1.0.3
md5sums = SKIP
pkgname = python-functoolsplus
diff --git a/PKGBUILD b/PKGBUILD
index 00649c3ab75c..dc5eba27e295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='functoolsplus'
pkgname="python-${_pkgbase}"
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='More higher-order functions and operations on callable objects.'
arch=('any')