summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Magimel2021-11-17 22:34:28 +0100
committerFrançois Magimel2021-11-17 22:34:28 +0100
commit10d71269ab77e9d4467add4b7f65d1bc9e870343 (patch)
tree5a0d537ab073a0aec09054107c9dce65991ae4b3 /PKGBUILD
parent642bf3fb510ccf89acbfc27ae32d4a2a2d2fcff2 (diff)
downloadaur-fofix.tar.gz
fix: replace PIL with Pillow
The old `python2-imaging` package is replaced with the `python2-pillow` package. This should fix the following error: `AttributeError: tobytes` (see https://github.com/fofix/fofix/issues/261).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c292d9129ae..9431dd9a7673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fofix
pkgver=3.123
-pkgrel=1
+pkgrel=2
pkgdesc="Frets on Fire X (FoFiX). Highly improved version of Frets on Fire"
url="https://fofix.org"
arch=(any)
@@ -15,7 +15,7 @@ depends=(
'python2-pygame'
'python2-opengl'
'python2-numpy'
- 'python2-imaging'
+ 'python2-pillow'
'python2-pysqlite'
'libffi'
)