summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"