summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Vondruš2018-10-24 15:25:25 +0200
committerVladimír Vondruš2018-10-24 15:25:25 +0200
commit54684fdd5cfe81529d047d101ffbb3c29c146f88 (patch)
tree0f87885d6c73760398d49a42ac5aec96f1bc2c96
parentcd58b4c03bfc9e979d7ed32e8066e30b3f80259d (diff)
downloadaur-54684fdd5cfe81529d047d101ffbb3c29c146f88.tar.gz
Updated to 2018.10.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c5011133cd..5ebbc14435c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = magnum-integration-git
pkgdesc = Integration libraries for the Magnum C++11/C++14 graphics engine (Git version)
- pkgver = 2018.04.r0.gd555de5
+ pkgver = 2018.10.r0.g665bad4
pkgrel = 1
- url = http://magnum.graphics
+ url = https://magnum.graphics
arch = i686
arch = x86_64
license = MIT
@@ -10,6 +10,7 @@ pkgbase = magnum-integration-git
makedepends = git
depends = magnum-git
depends = bullet
+ depends = glm
provides = magnum-integration
conflicts = magnum-integration
source = git+git://github.com/mosra/magnum-integration.git
diff --git a/PKGBUILD b/PKGBUILD
index 7718413f9096..ff15eef9b73c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Author: mosra <mosra@centrum.cz>
pkgname=magnum-integration-git
-pkgver=2018.04.r0.gd555de5
+pkgver=2018.10.r0.g665bad4
pkgrel=1
pkgdesc="Integration libraries for the Magnum C++11/C++14 graphics engine (Git version)"
arch=('i686' 'x86_64')
-url="http://magnum.graphics"
+url="https://magnum.graphics"
license=('MIT')
-depends=('magnum-git' 'bullet')
+depends=('magnum-git' 'bullet' 'glm')
makedepends=('cmake' 'git')
provides=('magnum-integration')
conflicts=('magnum-integration')
@@ -26,6 +26,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_BULLET=ON \
+ -DWITH_GLM=ON \
-DWITH_DART=OFF
make
}