Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
naev
Commits:
53b6cdcc by Sven-Hendrik Haase at 2025-02-01T19:07:06+01:00
upgpkg: 0.12.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = naev
pkgdesc = 2D action/rpg space game
- pkgver = 0.12.2
+ pkgver = 0.12.3
pkgrel = 1
url = https://github.com/naev/naev
arch = x86_64
@@ -29,10 +29,10 @@ pkgbase = naev
depends = cblas
depends = cmark
depends = enet
- source =
https://github.com/naev/naev/releases/download/v0.12.2/naev-0.12.2-source.tar.xz
+ source =
https://github.com/naev/naev/releases/download/v0.12.3/naev-0.12.3-source.tar.xz
source =
https://github.com/naev/naev/commit/eb11709e3a38da52f93e5415cc7fc9152a081fef.patch
source =
https://github.com/naev/naev/commit/8cd181e8666e1250f39766dda742f00206f1edbf.patch
- sha512sums =
898a1c4e820f1bad5b3abfdbf255d6a54363462e3eaf6bbcffd9f806398094100fa3776fb4bcbc8510b2a159cf73e49d9909213e671f979cbf7b4983e2f43b3e
+ sha512sums =
6ae2701d66a198f128e8f2d87a5f6177ef8dcba64ef5ac1110e0af94bd74a46b3183f1a6771d632e9da79e29fc8ee502cfaa36ab7a8e259e681efe9946a9d239
sha512sums =
364d9831563bfa5c4fb8ad103066909a8d0eab294f2f9513443ae7a72026b385104195ebaa439386f8e2a9ac94b6d1893f1c6b3568e0430e8d5394eb348a1fac
sha512sums =
8adc86c0b7c1a2d13752e3060854c52262fcee88f81b8cf6dcd9d58d5364ab7f01a0f671149453f9305fa78ae4aa45e69affe3b02d39bb9994331f59f88c6e84
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Johan Rehnberg <[email protected]>
pkgname=naev
-pkgver=0.12.2
+pkgver=0.12.3
pkgrel=1
pkgdesc='2D action/rpg space game'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz"
https://github.com/naev/naev/commit/eb11709e3a38da52f93e5415cc7fc9152a081fef.patch
https://github.com/naev/naev/commit/8cd181e8666e1250f39766dda742f00206f1edbf.patch)
-sha512sums=('898a1c4e820f1bad5b3abfdbf255d6a54363462e3eaf6bbcffd9f806398094100fa3776fb4bcbc8510b2a159cf73e49d9909213e671f979cbf7b4983e2f43b3e'
+sha512sums=('6ae2701d66a198f128e8f2d87a5f6177ef8dcba64ef5ac1110e0af94bd74a46b3183f1a6771d632e9da79e29fc8ee502cfaa36ab7a8e259e681efe9946a9d239'
'364d9831563bfa5c4fb8ad103066909a8d0eab294f2f9513443ae7a72026b385104195ebaa439386f8e2a9ac94b6d1893f1c6b3568e0430e8d5394eb348a1fac'
'8adc86c0b7c1a2d13752e3060854c52262fcee88f81b8cf6dcd9d58d5364ab7f01a0f671149453f9305fa78ae4aa45e69affe3b02d39bb9994331f59f88c6e84')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/53b6cdcc52d9585b7db911a71b66141921b3cd94
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/53b6cdcc52d9585b7db911a71b66141921b3cd94
You're receiving this email because of your account on gitlab.archlinux.org.