summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormxmehl2019-10-24 17:09:11 +0200
committermxmehl2019-10-24 17:09:11 +0200
commitc46cf9252cf2f568d861ebb5a3b91a0db227a155 (patch)
treead375c4517bec1818847efb3c610ffbdefe1fd94
parenta9571451c8472a59ce0553d38b2251109de68d7a (diff)
downloadaur-c46cf9252cf2f568d861ebb5a3b91a0db227a155.tar.gz
upgrade to 1.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0618fafc552..582dd25acb16 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 = 0.999
+ pkgver = 1.0
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-0.999.tar.gz::https://github.com/nexB/license-expression/archive/v0.999.tar.gz
- sha256sums = 5c166fffbb81ee78b629b4937758974b86b43536887bdf6cd1cd0962042e5cef
+ source = python-license-expression-1.0.tar.gz::https://github.com/nexB/license-expression/archive/v1.0.tar.gz
+ sha256sums = cff181fbc43f40989f4b32685230b82c1f0d557aac15822c747f90cb6e9d26d0
pkgname = python-license-expression
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3f72ba4df09d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+python-license-expression*.tar.gz
+python-license-expression*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index baf1cc3d2553..892e421b3ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0
pkgname='python-license-expression'
-pkgver=0.999
+pkgver=1.0
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=('5c166fffbb81ee78b629b4937758974b86b43536887bdf6cd1cd0962042e5cef')
+sha256sums=('cff181fbc43f40989f4b32685230b82c1f0d557aac15822c747f90cb6e9d26d0')
check() {
cd "$srcdir/license-expression-$pkgver"