summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2016-08-24 13:43:41 +0300
committerozgursarier2016-08-24 13:43:41 +0300
commit25f5cc534c8193bd506e1d509ef66dfbc73ec3da (patch)
tree3e9eda4fc9deea0fcff0e6180fd5563bdb98d9cf
parenta338cce9f3ef10ec1279fc6d8959bfeeadc34956 (diff)
downloadaur-25f5cc534c8193bd506e1d509ef66dfbc73ec3da.tar.gz
Dependencie fix
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae548c13e9b..f0deb9328cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Aug 24 10:43:22 UTC 2016
pkgbase = phlipple-svn
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.
pkgver = 0.8.6.r10
@@ -5,12 +7,11 @@ pkgbase = phlipple-svn
url = http://sourceforge.net/projects/phlipple/
arch = i686
arch = x86_64
- license = GPLv3
- depends = sdl
+ license = GPL
+ depends = mesa
depends = sdl_mixer
depends = sdl_image
depends = glew
- depends = libvorbis
provides = phlipple
conflicts = phlipple
source = phlipple::svn://svn.code.sf.net/p/phlipple/code/trunk
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"