summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-05-22 16:44:45 +0200
committerfordprefect2023-05-22 16:44:45 +0200
commit1e1319f3e57a0429f92f091a4427e184ef7ce45b (patch)
tree6e2e6e72493ac89b07c6d91cc95e89fa90a278c2
parentf7157bd6c89339aabb127aa438dec1efc0d281d7 (diff)
downloadaur-1e1319f3e57a0429f92f091a4427e184ef7ce45b.tar.gz
3.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be775c2dd18..12671cf8c176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-pathvalidate
pkgdesc = Sanitize/validate strings in filenames/file-paths/etc
- pkgver = 2.5.2
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/thombashi/pathvalidate
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = python-pathvalidate-2.5.2.tar.gz::https://github.com/thombashi/pathvalidate/archive/v2.5.2.tar.gz
- sha256sums = a660ea6dcb0501f9b7fa744347c4974f08988d20ef02ffe422998a3b35672c0e
+ depends = python-click
+ source = python-pathvalidate-3.0.0.tar.gz::https://github.com/thombashi/pathvalidate/archive/v3.0.0.tar.gz
+ sha256sums = 9f56c9921b61e76210928524b104b751670ad26046fabeac6027fda0773d6770
pkgname = python-pathvalidate
diff --git a/PKGBUILD b/PKGBUILD
index e02d97e401e2..754c5f76a106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname='pathvalidate'
pkgname=python-$_pkgname
-pkgver=2.5.2
+pkgver=3.0.0
pkgrel=1
pkgdesc='Sanitize/validate strings in filenames/file-paths/etc'
arch=('any')
url='https://github.com/thombashi/pathvalidate'
license=('MIT')
-depends=('python')
+depends=('python' 'python-click')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/thombashi/pathvalidate/archive/v$pkgver.tar.gz")
-sha256sums=('a660ea6dcb0501f9b7fa744347c4974f08988d20ef02ffe422998a3b35672c0e')
+sha256sums=('9f56c9921b61e76210928524b104b751670ad26046fabeac6027fda0773d6770')
build() {
cd "${_pkgname}-${pkgver}"