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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Apr 4 14:27:55 UTC 2022


    Date: Monday, April 4, 2022 @ 14:27:54
  Author: svenstaro
Revision: 1181295

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 14:27:38 UTC (rev 1181294)
+++ PKGBUILD	2022-04-04 14:27:54 UTC (rev 1181295)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Johan Rehnberg <cleanrock at gmail.com>
-
-pkgname=naev
-pkgver=0.9.1
-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=('d822eb2e22bcb564a0aec38c33205eedacf8399450725fc9709809e0c19a5c426b9a739f9c004691da8bf7b5393d1ed719a36a256a9e3e29d5a0917c9f72bd0f')
-
-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 1181294, naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 14:27:54 UTC (rev 1181295)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.9.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')
+makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
+source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz")
+sha512sums=('f8073f2f19009198823f9f349c91eb462556f1faa3db496ab8d2b7807e117c74659da112f8de66900b7815cde3aad75070adebd3e32ddca817e3e1ebb5cb088e')
+
+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