summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca85303a7615..a612ad72b88d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pathvalidate
pkgdesc = Sanitize/validate strings in filenames/file-paths/etc
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/thombashi/pathvalidate
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-pathvalidate
makedepends = python-setuptools
depends = python
depends = python-click
- source = python-pathvalidate-3.1.0.tar.gz::https://github.com/thombashi/pathvalidate/archive/v3.1.0.tar.gz
- sha256sums = c215389975c007638bf18f44afdf4ed118543fa8ae0ff902c1aa50a8b009044f
+ source = python-pathvalidate-3.2.0.tar.gz::https://github.com/thombashi/pathvalidate/archive/v3.2.0.tar.gz
+ sha256sums = b99879d7ba4aea8bcdce2bdf68ae8e52da7c50dbe1e264ff42114056a103b95e
pkgname = python-pathvalidate
diff --git a/PKGBUILD b/PKGBUILD
index b84e2a126978..3019bb34eb5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname='pathvalidate'
pkgname=python-$_pkgname
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc='Sanitize/validate strings in filenames/file-paths/etc'
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-click')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/thombashi/pathvalidate/archive/v$pkgver.tar.gz")
-sha256sums=('c215389975c007638bf18f44afdf4ed118543fa8ae0ff902c1aa50a8b009044f')
+sha256sums=('b99879d7ba4aea8bcdce2bdf68ae8e52da7c50dbe1e264ff42114056a103b95e')
build() {
cd "${_pkgname}-${pkgver}"