summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Magimel2016-09-01 22:36:02 +0200
committerFrançois Magimel2016-09-01 22:36:02 +0200
commitb0796e0e149d6161078d457d663231a9a2f6adca (patch)
tree58d6a48c3d7fd50b810984dde4790194e9c3bf8c /PKGBUILD
parent75294fdbfbdd59d041c0079c7543b58fecec3c32 (diff)
downloadaur-b0796e0e149d6161078d457d663231a9a2f6adca.tar.gz
Update dependencies by removing old ones and using recent ones
Use Pillow instead of PIL. Remove pyogg and pyvorbis. Rename pyaudio to python2-pyaudio. Add python2-opengl and gettext (optional).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c083f4a5ae8d..edcc7fe0e15c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname=fofix
pkgname=fofix-git
pkgver=v4.0.0alpha2.r324.g0f69173
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="Frets on Fire X (FoFiX). Highly improved version of Frets on Fire (Git Version)"
arch=('i686' 'x86_64')
url="https://github.com/fofix/fofix"
@@ -17,11 +17,10 @@ depends=(
'python2-pygame'
'python2-opengl'
'python2-numpy'
- 'python2-imaging'
+ 'python2-pillow'
'python2-cerealizer'
'python2-fretwork-git'
- 'pyogg'
- 'pyvorbis'
+ 'python2-opengl'
'python2-pysqlite'
'libffi'
'cython2'
@@ -29,7 +28,10 @@ depends=(
'soundtouch'
'glu'
)
-optdepends=('pyaudio: microphone support')
+optdepends=(
+ 'python2-pyaudio: microphone support'
+ 'gettext: for translations'
+)
makedepends=('git')
install=${pkgname}.install
source=(