summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot2023-01-09 00:07:02 +0000
committerRenovate Bot2023-01-09 00:07:02 +0000
commit25ef666b689ef67ad52ead5f55557e8080e9e5b4 (patch)
tree266ae1582f7b360e64f3fa707095f1d0e88b1ceb
parent50c2dbb74f1263240da842f7195dffb8ab114c9a (diff)
downloadaur-25ef666b689ef67ad52ead5f55557e8080e9e5b4.tar.gz
chore(deps): update dependency tkem/uritools to v4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e936f077187..8d1bc4e74bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-uritools
pkgdesc = RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlparse
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://pypi.python.org/pypi/uritools
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/tkem/uritools/archive/v4.0.0.tar.gz
- sha256sums = 234d428d606b0cd9633bd0ee53f7c8450aec9240e456b677d1dff833e755066b
+ source = https://github.com/tkem/uritools/archive/v4.0.1.tar.gz
+ sha256sums = 80970aea7c4b65500dd9d2363b073ab1c8be78d63affd7e9fcbe49b5f52b633d
pkgname = python-uritools
diff --git a/PKGBUILD b/PKGBUILD
index 645440056097..3984e9cdf87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=python-uritools
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlparse"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python')
source=("https://github.com/tkem/uritools/archive/v${pkgver}.tar.gz")
-sha256sums=('234d428d606b0cd9633bd0ee53f7c8450aec9240e456b677d1dff833e755066b')
+sha256sums=('80970aea7c4b65500dd9d2363b073ab1c8be78d63affd7e9fcbe49b5f52b633d')
package() {
cd "$srcdir/uritools-$pkgver"