Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
naev
Commits:
9fd17da0 by Sven-Hendrik Haase at 2024-12-23T19:36:30+01:00
upgpkg: 0.12.0-2: Remove unnecessary files
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = naev
pkgdesc = 2D action/rpg space game
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/naev/naev
arch = x86_64
license = GPL3
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=naev
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='2D action/rpg space game'
arch=('x86_64')
url="https://github.com/naev/naev"
@@ -26,4 +26,5 @@ package() {
cd "$pkgname-$pkgver/build"
DESTDIR="$pkgdir" meson install
+ rm -r "$pkgdir"/usr/{include,lib}
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/9fd17da04a3758ab78c0524877757b453cea7b5f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/9fd17da04a3758ab78c0524877757b453cea7b5f
You're receiving this email because of your account on gitlab.archlinux.org.