[arch-commits] Commit in naev/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Dec 25 08:41:58 UTC 2021


    Date: Saturday, December 25, 2021 @ 08:41:58
  Author: svenstaro
Revision: 1083536

archrelease: copy trunk to community-x86_64

Added:
  naev/repos/community-x86_64/PKGBUILD
    (from rev 1083535, naev/trunk/PKGBUILD)
Deleted:
  naev/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 08:41:51 UTC (rev 1083535)
+++ PKGBUILD	2021-12-25 08:41:58 UTC (rev 1083536)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Johan Rehnberg <cleanrock at gmail.com>
-
-pkgname=naev
-pkgver=0.8.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')
-makedepends=('freeglut' 'zip' 'meson' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/naev/naev/archive/v${pkgver}.tar.gz")
-sha512sums=('c37a514dbe7ed1bca21563d20a4bb05892a07ee437eeaddefe00b5abe7009c2671da3c587db19bc8f1407db4ff3518f0cf5b28cb095778ba61946dcf87f61e5e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  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 1083535, naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-25 08:41:58 UTC (rev 1083536)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+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' '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"
+
+  meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata build .
+  cd build
+  meson compile
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+
+  DESTDIR="$pkgdir" meson install
+}



More information about the arch-commits mailing list