summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot2022-01-03 16:05:28 +0000
committerRenovate Bot2022-01-03 16:05:28 +0000
commit07e885052f3c6a9c08ec8d562f1188e1d31338a7 (patch)
treeb3ee9879a5928d34371120ef4149927821e09d38
parenta4785f51ca1bfe55fd742eb6b1ed11e874fb47d6 (diff)
downloadaur-07e885052f3c6a9c08ec8d562f1188e1d31338a7.tar.gz
chore(deps): update dependency tkem/uritools to v4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca98af2a0905..2e936f077187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-uritools
pkgdesc = RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlparse
- pkgver = 3.0.2
- pkgrel = 3
+ pkgver = 4.0.0
+ 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/v3.0.2.tar.gz
- sha256sums = 4f38ec758a08965558b517bb4a5a2e3473faa591d6d355f738bb84cfa4a8da22
+ source = https://github.com/tkem/uritools/archive/v4.0.0.tar.gz
+ sha256sums = 234d428d606b0cd9633bd0ee53f7c8450aec9240e456b677d1dff833e755066b
pkgname = python-uritools
diff --git a/PKGBUILD b/PKGBUILD
index e2262a29d03d..645440056097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=python-uritools
-pkgver=3.0.2
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
pkgdesc="RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlparse"
arch=('any')
url="https://pypi.python.org/pypi/uritools"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python')
source=("https://github.com/tkem/uritools/archive/v${pkgver}.tar.gz")
-sha256sums=('4f38ec758a08965558b517bb4a5a2e3473faa591d6d355f738bb84cfa4a8da22')
+sha256sums=('234d428d606b0cd9633bd0ee53f7c8450aec9240e456b677d1dff833e755066b')
package() {
cd "$srcdir/uritools-$pkgver"