* update python-purl to 1.6-6

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:40 +01:00
parent 636b7c2d4c
commit f96079c54c
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,14 @@
pkgbase = python-purl
pkgdesc = An immutable URL class for easy URL-building and manipulation
pkgver = 1.6
pkgrel = 6
url = https://github.com/codeinthehole/purl
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-six
source = https://github.com/codeinthehole/purl/archive/1.6/python-purl-1.6.tar.gz
sha512sums = 293079e9e15ac7e1669ea534ea8ac3aea92ebc1a18b33fc15e135e241da9c5612978946deca8fe3e53b39004ee33393317901ed3dfe053be12399591050dd9cd
pkgname = python-purl

View File

@ -0,0 +1,3 @@
[python-purl]
source = "git"
git = "https://github.com/codeinthehole/purl.git"

View File

@ -3,7 +3,7 @@
pkgname=python-purl
pkgver=1.6
pkgrel=5
pkgrel=6
pkgdesc="An immutable URL class for easy URL-building and manipulation"
arch=(any)
license=('MIT')