summarylogtreecommitdiffstats
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
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).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb74e279021..9b92626dca75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fofix
pkgdesc = Frets on Fire X (FoFiX). Highly improved version of Frets on Fire
pkgver = 3.123
- pkgrel = 1
+ pkgrel = 2
url = https://fofix.org
install = fofix.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = fofix
depends = python2-pygame
depends = python2-opengl
depends = python2-numpy
- depends = python2-imaging
+ depends = python2-pillow
depends = python2-pysqlite
depends = libffi
replaces = fofix
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'
)