Date: Tuesday, January 17, 2023 @ 08:52:32
Author: svenstaro
Revision: 1386726
archrelease: copy trunk to community-x86_64
Added:
naev/repos/community-x86_64/PKGBUILD
(from rev 1386725, naev/trunk/PKGBUILD)
Deleted:
naev/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-17 08:52:17 UTC (rev 1386725)
+++ PKGBUILD 2023-01-17 08:52:32 UTC (rev 1386726)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Johan Rehnberg <[email protected]>
-
-pkgname=naev
-pkgver=0.10.2
-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' 'glpk' 'physfs' 'libunibreak'
'suitesparse' 'openblas' 'cblas')
-makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
-source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz")
-sha512sums=('8e9eff735f12bf308d52ae3bae10a83cfbd7e80d614b366d53c7f2d37826f5b9158f430324d7106f8c2c750888c09fe09f0a97d1f6af31e50b4f77bdf456025a')
-
-build() {
- cd "$pkgname-$pkgver"
-
- export LDFLAGS+=' -lcblas' # Workaround our openblas not providing cblas
- meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata build .
- cd build
- meson compile
-}
-
-package() {
- cd "$pkgname-$pkgver/build"
-
- DESTDIR="$pkgdir" meson install
-}
Copied: naev/repos/community-x86_64/PKGBUILD (from rev 1386725,
naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-17 08:52:32 UTC (rev 1386726)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Johan Rehnberg <[email protected]>
+
+pkgname=naev
+pkgver=0.10.3
+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' 'glpk' 'physfs' 'libunibreak'
'suitesparse' 'openblas' 'cblas')
+makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
+source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz")
+sha512sums=('7491c61bae446aa98f3847be8719cf822955d3cd0a1b01e4a0d55d49a58628ec07f4872140b3fc77b6c1a928da9d4c8b112a2814ae3ce7edfcc98841f6812a59')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ export LDFLAGS+=' -lcblas' # Workaround our openblas not providing cblas
+ meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata build .
+ cd build
+ meson compile
+}
+
+package() {
+ cd "$pkgname-$pkgver/build"
+
+ DESTDIR="$pkgdir" meson install
+}