Date: Saturday, December 25, 2021 @ 08:41:51 Author: svenstaro Revision: 1083535
upgpkg: naev 0.9.0-1 Modified: naev/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-25 06:29:36 UTC (rev 1083534) +++ PKGBUILD 2021-12-25 08:41:51 UTC (rev 1083535) @@ -1,17 +1,18 @@ -# Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Johan Rehnberg <[email protected]> pkgname=naev -pkgver=0.8.2 +pkgver=0.9.0 pkgrel=1 pkgdesc='2D action/rpg space game' arch=('x86_64') url="https://github.com/naev/naev" license=('GPL3') -depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit') -makedepends=('freeglut' 'zip' 'meson' 'git') -source=("$pkgname-$pkgver.tar.gz::https://github.com/naev/naev/archive/v${pkgver}.tar.gz") -sha512sums=('c37a514dbe7ed1bca21563d20a4bb05892a07ee437eeaddefe00b5abe7009c2671da3c587db19bc8f1407db4ff3518f0cf5b28cb095778ba61946dcf87f61e5e') +depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' + 'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak' 'suitesparse' 'openblas') +makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml') +source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz") +sha512sums=('68495661070b9e37000309ed0fb7f14e8a56d66dea27cbe79189a81cdb6f1a297d159753354850dc5450d5546f846245706a5191e4ecb450d41a30f5bf1841cf') build() { cd "$pkgname-$pkgver"
