Date: Friday, January 20, 2023 @ 19:57:26
  Author: grawlinson
Revision: 1387161

upgpkg: freeorion 0.4.10.2-5; FS#77188

Modified:
  freeorion/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-20 19:52:09 UTC (rev 1387160)
+++ PKGBUILD    2023-01-20 19:57:26 UTC (rev 1387161)
@@ -4,7 +4,7 @@
 
 pkgname=freeorion
 pkgver=0.4.10.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A turn-based space empire and galactic conquest game'
 url='https://www.freeorion.org'
 arch=('x86_64')
@@ -44,15 +44,15 @@
     --directory "$pkgname" \
     --strip=1 \
     --input=../fix-version-string.patch
+}
 
+build() {
   cmake \
     -B build \
     -S "$pkgname" \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
-}
 
-build() {
   cmake --build build
 }
 

Reply via email to