Browse Source

Better project URLs.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
3cefff08cc
  1. 2
      PKGBUILD
  2. 2
      PKGBUILD-mingw32
  3. 2
      README.md

2
PKGBUILD

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1 pkgrel=1
pkgdesc="OpenGL 3 graphics engine" pkgdesc="OpenGL 3 graphics engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://mosra.cz/blog/" url="https://github.com/mosra/magnum"
license=('LGPLv3') license=('LGPLv3')
depends=('corrade' 'glew') depends=('corrade' 'glew')
makedepends=('cmake' 'qt') makedepends=('cmake' 'qt')

2
PKGBUILD-mingw32

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1 pkgrel=1
pkgdesc="OpenGL 3 graphics engine (mingw32)" pkgdesc="OpenGL 3 graphics engine (mingw32)"
arch=('any') arch=('any')
url="http://mosra.cz/blog/" url="https://github.com/mosra/magnum"
license=('LGPLv3') license=('LGPLv3')
depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-glew') depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-glew')
makedepends=('mingw32-gcc' 'cmake' 'corrade') makedepends=('mingw32-gcc' 'cmake' 'corrade')

2
README.md

@ -33,6 +33,6 @@ Want to learn more about the library? Found a bug or want to tell me an
awesome idea? Feel free to visit my website or contact me at: awesome idea? Feel free to visit my website or contact me at:
* Website - http://mosra.cz/blog/ * Website - http://mosra.cz/blog/
* GitHub - http://github.com/mosra * GitHub - https://github.com/mosra/magnum
* E-mail - mosra@centrum.cz * E-mail - mosra@centrum.cz
* Jabber - mosra@jabbim.cz * Jabber - mosra@jabbim.cz

Loading…
Cancel
Save