Date: Thursday, April 5, 2018 @ 10:49:58 Author: arodseth Revision: 314418
Add magnum-plugins as optdepends Modified: magnum/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-05 10:45:44 UTC (rev 314417) +++ PKGBUILD 2018-04-05 10:49:58 UTC (rev 314418) @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Alexander F Rødseth <[email protected]> # Contributor: mosra <[email protected]> @@ -9,6 +10,7 @@ url='http://magnum.graphics' license=('MIT') depends=('corrade' 'openal' 'sdl2') +optdepends=('magnum-plugins: import and export features') makedepends=('cmake' 'git' 'ninja') source=("git+https://github.com/mosra/magnum.git#tag=v$pkgver") sha1sums=('SKIP') Property changes on: magnum/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
