Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
naev
Commits:
b49fc086 by Sven-Hendrik Haase at 2026-01-03T16:41:15+01:00
upgpkg: 0.13.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = naev
pkgdesc = 2D action/rpg space game
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://codeberg.org/naev/naev
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = naev
depends = opus
depends = dav1d
options = !lto
- source =
https://codeberg.org/naev/naev/releases/download/v0.13.0/naev-0.13.0-source.tar.xz
- sha512sums =
a6e4bcabe480f5bac00db6598f5416b9f484feb61c526970b2dd46ebc7aea1284bf4b228dd49a892ff358df576533acca665fc5e38e3182b5673165dd1a2744c
+ source =
https://codeberg.org/naev/naev/releases/download/v0.13.1/naev-0.13.1-source.tar.xz
+ sha512sums =
f4faea7314f076ae0076a01a18525d37bee716a8fa23e99b77597c2420c2b46290aa6d31a561e8e5edfacb14bdb3c96e3b2d0f7d5bd3164d045f15a677be2294
pkgname = naev
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Johan Rehnberg <[email protected]>
pkgname=naev
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc='2D action/rpg space game'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('glu' 'openal' 'libvorbis' 'sdl3' 'libgl' 'libxml2'
'freetype2' 'libpng
'opus' 'dav1d')
makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml' 'rust'
'rust-bindgen')
source=("https://codeberg.org/naev/naev/releases/download/v${pkgver}/naev-${pkgver}-source.tar.xz")
-sha512sums=('a6e4bcabe480f5bac00db6598f5416b9f484feb61c526970b2dd46ebc7aea1284bf4b228dd49a892ff358df576533acca665fc5e38e3182b5673165dd1a2744c')
+sha512sums=('f4faea7314f076ae0076a01a18525d37bee716a8fa23e99b77597c2420c2b46290aa6d31a561e8e5edfacb14bdb3c96e3b2d0f7d5bd3164d045f15a677be2294')
options=('!lto')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/b49fc08687cb63f306a7866fb1028c8a2cf8acd0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/b49fc08687cb63f306a7866fb1028c8a2cf8acd0
You're receiving this email because of your account on gitlab.archlinux.org.