git » python-license-expression.git » commit ede77c4

upgpkg: 30.1.1-1

author George Rawlinson
2023-08-01 07:51:05 UTC
committer George Rawlinson
2023-08-01 07:51:05 UTC
parent a99cd72da605b33c0e3d06b1280360e11ec9aa93

upgpkg: 30.1.1-1

* New upstream release.

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index d979743..8e21e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 # SPDX-License-Identifier: CC0-1.0
 
 pkgname=python-license-expression
-pkgver=30.1.0
-pkgrel=2
+pkgver=30.1.1
+pkgrel=1
 pkgdesc='Utility to parse, normalize and compare license expressions'
 arch=('any')
 url='https://github.com/nexB/license-expression'
@@ -26,7 +26,7 @@ checkdepends=(
   'python-pytest'
   'python-pytest-xdist'
 )
-_commit='15481270d1080d18e94ad5c5e9618f07e07eb933'
+_commit='dd54f5125428fc070637b7db6ca780b2cda63ca3'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')