summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2024-01-24 05:55:59 -0500
committerAlex Hirzel2024-01-24 05:55:59 -0500
commit4a30d0b3976065ae520734072ec0ae6877286e4e (patch)
treea4533e68c1eaca252067c79f405252d6fd3ab208
parenteb0f460c7c61e5386e0f4935469826e108a3e80d (diff)
downloadaur-python-willow.tar.gz
update to version 1.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd781fe44264..70c1fe145cb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-willow
pkgdesc = A Python image library that sits on top of Pillow, Wand and OpenCV
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://www.sphinx-needs.com/
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
@@ -14,7 +14,7 @@ pkgbase = python-willow
depends = python-filetype
depends = python-numpy
depends = python-pillow
- source = https://files.pythonhosted.org/packages/source/w/willow/willow-1.7.0.tar.gz
- sha256sums = 2202ac8852d24312b4d71a4ef9f75f813c8799d440f58e905f055ea4a220c1b1
+ source = https://files.pythonhosted.org/packages/source/w/willow/willow-1.8.0.tar.gz
+ sha256sums = ef3df6cde80d4914e719188147bef1d71c240edb118340e0c5957ecc8fe08315
pkgname = python-willow
diff --git a/PKGBUILD b/PKGBUILD
index 286f199473ba..f2c5645be598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname='python-willow'
_name=willow
-pkgver='1.7.0'
-pkgrel=2
+pkgver='1.8.0'
+pkgrel=1
pkgdesc="A Python image library that sits on top of Pillow, Wand and OpenCV"
url="https://www.sphinx-needs.com/"
depends=('python-defusedxml' 'python-django' 'python-filetype' 'python-numpy' 'python-pillow')
makedepends=('python-build' 'python-flit-core' 'python-installer' 'python-wheel')
-license=('BSD')
+license=('BSD-3-Clause')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('2202ac8852d24312b4d71a4ef9f75f813c8799d440f58e905f055ea4a220c1b1')
+sha256sums=('ef3df6cde80d4914e719188147bef1d71c240edb118340e0c5957ecc8fe08315')
build() {
cd "${srcdir}/${_name}-${pkgver}"