summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da7d5409e69e..7dc582816742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 15:52:01 UTC 2018
+# Sun Feb 25 15:54:18 UTC 2018
pkgbase = planeworld-git
pkgdesc = 2D physics simulation
pkgver = 0.651.53f4a95
@@ -15,12 +15,12 @@ pkgbase = planeworld-git
makedepends = lua
makedepends = libnoise2d
makedepends = eigen
- makedepends = gml
+ makedepends = glm
depends = sfml
depends = lua
depends = libnoise2d
depends = eigen
- depends = gml
+ depends = glm
provides = planeworld=0.0.1
source = git+https://github.com/planeworld/planeworld.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 83543ef69874..a19580a58e52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="http://planeworld.org/"
-depends=('sfml' 'lua' 'libnoise2d' 'eigen' 'gml')
-makedepends=('gcc-libs' 'git' 'cmake' 'sfml' 'lua' 'libnoise2d' 'eigen' 'gml')
+depends=('sfml' 'lua' 'libnoise2d' 'eigen' 'glm')
+makedepends=('gcc-libs' 'git' 'cmake' 'sfml' 'lua' 'libnoise2d' 'eigen' 'glm')
source=("git+https://github.com/planeworld/planeworld.git")
md5sums=('SKIP')