summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2021-04-03 22:25:25 +0200
committerfordprefect2021-04-03 22:25:25 +0200
commitb61827b82b605c35a2c33b841ffad1a1d2d02e12 (patch)
tree06b9653b5d0fbef4974c392b2e8a27ffe3b65560
parentbd8bffbf47f88bdf0171c79a52d4e50d93fb0d14 (diff)
downloadaur-b61827b82b605c35a2c33b841ffad1a1d2d02e12.tar.gz
2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b89544b42e0..532dd55b5923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pathvalidate
pkgdesc = Sanitize/validate strings in filenames/file-paths/etc
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/thombashi/pathvalidate
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/thombashi/pathvalidate/archive/v2.4.0.tar.gz
- sha256sums = 3a2d20f53a59b899c4e80bc76ee510b8dba5a5934143cfe534d2b29599c14a47
+ source = https://github.com/thombashi/pathvalidate/archive/v2.4.1.tar.gz
+ sha256sums = f0075659e8e3ad441de6dc9a57cdffec9744a3b07def3db613f0d494f85526cc
pkgname = python-pathvalidate
diff --git a/PKGBUILD b/PKGBUILD
index 60692ba19026..9e2b545066f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='pathvalidate'
pkgname=python-$_pkgname
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc='Sanitize/validate strings in filenames/file-paths/etc'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/thombashi/pathvalidate/archive/v$pkgver.tar.gz")
-sha256sums=('3a2d20f53a59b899c4e80bc76ee510b8dba5a5934143cfe534d2b29599c14a47')
+sha256sums=('f0075659e8e3ad441de6dc9a57cdffec9744a3b07def3db613f0d494f85526cc')
build() {
cd "${_pkgname}-${pkgver}"