diff options
author | psykose <alice@ayaya.dev> | 2023-01-03 02:46:16 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-01-03 03:46:16 +0100 |
commit | 6b9c6a2a81b388089d16a51211ce8614be74633d (patch) | |
tree | bc38b52f653d9b5fb199e75f0a5043990f490ae2 | |
parent | c9e1873a94c09583c23dfe5f6beb32f288904473 (diff) | |
download | aports-6b9c6a2a81b388089d16a51211ce8614be74633d.tar.gz aports-6b9c6a2a81b388089d16a51211ce8614be74633d.tar.bz2 aports-6b9c6a2a81b388089d16a51211ce8614be74633d.tar.xz |
community/py3-pillow: upgrade to 9.4.0
-rw-r--r-- | community/py3-pillow/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-pillow/APKBUILD b/community/py3-pillow/APKBUILD index 7ecdc06a8bc..2eb62344728 100644 --- a/community/py3-pillow/APKBUILD +++ b/community/py3-pillow/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pillow -pkgver=9.3.0 -pkgrel=2 +pkgver=9.4.0 +pkgrel=0 pkgdesc="Python Imaging Library" options="!check" url="https://python-pillow.org/" arch="all" license="custom:PIL" -depends="py3-olefile python3" +depends="python3" makedepends=" freetype-dev fribidi-dev @@ -95,5 +95,5 @@ package() { } sha512sums=" -d09a848f1742f3e71fbe1d553c6e06afafd50dd228e989b3433f675f8086da21a95d13243115c21a19416f41fd61db32d1c1d87cd637f0412b989306fea81f3a Pillow-9.3.0.tar.gz +6645613a988cdd33f52f0e57fd4ede5db93fccaa2974a6c4c8886e18ed67dfe24f8310121cbee89480a576d22a7b7251acae58063452a9fb3963cf7380edfe9c Pillow-9.4.0.tar.gz " |