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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Wed Jan 5 22:13:01 UTC 2022


    Date: Wednesday, January 5, 2022 @ 22:13:01
  Author: svenstaro
Revision: 1093727

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-05 22:13:01 UTC (rev 1093726)
+++ PKGBUILD	2022-01-05 22:13:01 UTC (rev 1093727)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: naev/repos/community-x86_64/PKGBUILD (from rev 1093725, naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-05 22:13:01 UTC (rev 1093727)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list