summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormxmehl2019-11-21 15:00:31 +0100
committermxmehl2019-11-21 15:00:31 +0100
commit50a8e626a36dc89fe09743a9fa9ec7bd1390247c (patch)
treec695d66d19acc14a2865f55c5e6a9ac44ae1249c
parentc46cf9252cf2f568d861ebb5a3b91a0db227a155 (diff)
downloadaur-50a8e626a36dc89fe09743a9fa9ec7bd1390247c.tar.gz
upgrade to 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 582dd25acb16..415044249bec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-license-expression
pkgdesc = Utility library to parse, normalize and compare License expressions for Python using a boolean logic engine
- pkgver = 1.0
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/nexB/license-expression
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-license-expression
makedepends = python-setuptools
makedepends = python-boolean.py
depends = python
- source = python-license-expression-1.0.tar.gz::https://github.com/nexB/license-expression/archive/v1.0.tar.gz
- sha256sums = cff181fbc43f40989f4b32685230b82c1f0d557aac15822c747f90cb6e9d26d0
+ source = python-license-expression-1.2.tar.gz::https://github.com/nexB/license-expression/archive/v1.2.tar.gz
+ sha256sums = 27e2a33ba833ece7a13068aba1c08d2aa6fe9d81acbf33ad284fe1e24200da98
pkgname = python-license-expression
diff --git a/PKGBUILD b/PKGBUILD
index 892e421b3ff9..9c418cb5512a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0
pkgname='python-license-expression'
-pkgver=1.0
+pkgver=1.2
pkgrel=1
pkgdesc='Utility library to parse, normalize and compare License expressions for Python using a boolean logic engine'
arch=('any')
@@ -15,7 +15,7 @@ checkdepends=('python-tox')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/nexB/license-expression/archive/v${pkgver}.tar.gz"
)
-sha256sums=('cff181fbc43f40989f4b32685230b82c1f0d557aac15822c747f90cb6e9d26d0')
+sha256sums=('27e2a33ba833ece7a13068aba1c08d2aa6fe9d81acbf33ad284fe1e24200da98')
check() {
cd "$srcdir/license-expression-$pkgver"