Date: Monday, February 6, 2023 @ 22:32:28
Author: svenstaro
Revision: 1395738
archrelease: copy trunk to community-x86_64
Added:
naev/repos/community-x86_64/PKGBUILD
(from rev 1395734, naev/trunk/PKGBUILD)
Deleted:
naev/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-06 22:32:26 UTC (rev 1395737)
+++ PKGBUILD 2023-02-06 22:32:28 UTC (rev 1395738)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Johan Rehnberg <[email protected]>
-
-pkgname=naev
-pkgver=0.10.3
-pkgrel=2
-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' '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"
-
- meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata -Dblas=cblas
build .
- cd build
- meson compile
-}
-
-package() {
- cd "$pkgname-$pkgver/build"
-
- DESTDIR="$pkgdir" meson install
-}
Copied: naev/repos/community-x86_64/PKGBUILD (from rev 1395734,
naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-06 22:32:28 UTC (rev 1395738)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Johan Rehnberg <[email protected]>
+
+pkgname=naev
+pkgver=0.10.4
+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' 'cblas')
+makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
+source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz")
+sha512sums=('bd0167ebc43db77237cd833f77d2620f24eba46cab21295568ece6a6dbf4db904fab3849d019308487545d1cbed3aa409fb867946adfdf3113d79f93acc07935')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata -Dblas=cblas
build .
+ cd build
+ meson compile
+}
+
+package() {
+ cd "$pkgname-$pkgver/build"
+
+ DESTDIR="$pkgdir" meson install
+}