Date: Monday, January 23, 2023 @ 15:30:14
  Author: daurnimator
Revision: 1387946

upgpkg: ncdu 2.2.2-2

If an ABI isn't specified in the target then the program fails to start with 
"Error relocating"

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-23 15:15:38 UTC (rev 1387945)
+++ PKGBUILD    2023-01-23 15:30:14 UTC (rev 1387946)
@@ -8,7 +8,7 @@
 
 pkgname='ncdu'
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
 license=('MIT')
@@ -37,7 +37,7 @@
     DESTDIR="build" zig build \
       --prefix /usr \
       --search-prefix /usr \
-      -Dtarget=native-linux.5.15 \
+      -Dtarget=native-linux.5.15-gnu.2.34 \
       -Dcpu=baseline \
       -Drelease-safe
 }
@@ -48,7 +48,7 @@
     zig build test \
       --prefix /usr \
       --search-prefix /usr \
-      -Dtarget=native-linux.5.15 \
+      -Dtarget=native-linux.5.15-gnu.2.34 \
       -Dcpu=baseline \
       -Drelease-safe
 }

Reply via email to