summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2023-09-17 08:01:25 +0200
committerfordprefect2023-09-17 08:01:25 +0200
commit6e47cc0696918bf833574741dfc8c0c9e0bde598 (patch)
tree46dc19397eada8aa318486d6c81056bc94578837 /PKGBUILD
parent6bacdb423720c5123ae9bd1acda21b2903f853d1 (diff)
downloadaur-python-pathvalidate.tar.gz
3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"