summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorozgursarier2016-08-24 13:43:41 +0300
committerozgursarier2016-08-24 13:43:41 +0300
commit25f5cc534c8193bd506e1d509ef66dfbc73ec3da (patch)
tree3e9eda4fc9deea0fcff0e6180fd5563bdb98d9cf /PKGBUILD
parenta338cce9f3ef10ec1279fc6d8959bfeeadc34956 (diff)
downloadaur-25f5cc534c8193bd506e1d509ef66dfbc73ec3da.tar.gz
Dependencie fix
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cc4d986ce26..124b46bc7173 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgrel=1
pkgdesc="A puzzle game which goal is to reduce a 3D shape to a single square. Elimination of squares is done by flipping edges around just like in a cardboard box."
arch=("i686" "x86_64")
url="http://sourceforge.net/projects/phlipple/"
-license=('GPLv3')
-depends=('sdl' 'sdl_mixer' 'sdl_image' 'glew' 'libvorbis')
+license=('GPL')
+depends=('mesa' 'sdl_mixer' 'sdl_image' 'glew')
provides=("phlipple")
conflicts=("phlipple")
source=("phlipple::svn://svn.code.sf.net/p/phlipple/code/trunk"