summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"