[arch-commits] Commit in warzone2100/trunk (PKGBUILD)
Laurent Carlier
lcarlier at gemini.archlinux.org
Sun Jul 18 13:42:11 UTC 2021
Date: Sunday, July 18, 2021 @ 13:42:11
Author: lcarlier
Revision: 978493
upgpkg: warzone2100 4.1.0-1: upstream update 4.1.0
Modified:
warzone2100/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-18 13:40:56 UTC (rev 978492)
+++ PKGBUILD 2021-07-18 13:42:11 UTC (rev 978493)
@@ -2,7 +2,7 @@
# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
pkgname=warzone2100
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="3D realtime strategy game on a future Earth"
url="https://wz2100.net/"
@@ -11,7 +11,7 @@
depends=('sdl2' 'openal' 'libvorbis' 'libtheora' 'libsodium' 'physfs' 'sqlite' 'freetype2')
makedepends=('zip' 'unzip' 'asciidoc' 'mesa' 'vulkan-headers' 'shaderc' 'cmake' 'ninja')
source=(${pkgname}-${pkgver}_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/${pkgname}_src.tar.xz)
-sha256sums=('337622d5f813bbc1f9a3b4fee0874fcc074806781cfa9c25a252534ddd240ab9')
+sha256sums=('1d096986880ada38d35d5edc43c9453568c73019e94adcaf4f7c0a623943416d')
prepare() {
rm -rf build && mkdir -p build
@@ -31,4 +31,7 @@
cd build
DESTDIR="${pkgdir}" ninja install
+
+ ## ??? WTF ???
+ rm "${pkgdir}"/usr/bin/.portable
}
More information about the arch-commits
mailing list