Date: Tuesday, October 25, 2022 @ 22:39:00
Author: anthraxx
Revision: 1334912
archrelease: copy trunk to community-x86_64
Added:
ncdu/repos/community-x86_64/PKGBUILD
(from rev 1334911, ncdu/trunk/PKGBUILD)
ncdu/repos/community-x86_64/keys/
Deleted:
ncdu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 22:38:54 UTC (rev 1334911)
+++ PKGBUILD 2022-10-25 22:39:00 UTC (rev 1334912)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
-# Contributor: Daurnimator <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: lp76 <[email protected]>
-# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
-# Contributor: Gaetan Bisson <[email protected]>
-
-pkgname='ncdu'
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('MIT')
-depends=('ncurses')
-makedepends=('zig')
-arch=('x86_64')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('9e0d6ef03618a3c316726bf49217b7efe45cec758b2c917ce892ded74332c6dc'
- 'SKIP')
-b2sums=('fb64058bec2e8f286fa82e16986cddd9126e5c94d513740d48ff1c971e7ee95270fe6c1cfbbe240bb8e99fba4e3fd6d2624f99870422835da44447a2507f0b8b'
- 'SKIP')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling
<[email protected]>
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- # since RELRO is not doable in the zig.build file
(https://github.com/ziglang/zig/issues/6977)
- # we are running zig build-exe directly
- zig build-exe \
- -target x86_64-linux.5.10-gnu.2.34 -mcpu baseline \
- -L /usr/local/lib -L /usr/lib \
- -isystem /usr/local/include -isystem /usr/include \
- ./src/main.zig ./src/ncurses_refs.c \
- -lc -lncursesw \
- -OReleaseSafe \
- --name ncdu \
- -D _DEFAULT_SOURCE -D _XOPEN_SOURCE=600 \
- -fPIE \
- -z relro -z now \
- -fno-each-lib-rpath
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
-
- zig build test
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- install --verbose -D --mode=755 "./${pkgname}"
"${pkgdir}/usr/bin/${pkgname}"
-
- make install-doc PREFIX="${pkgdir}/usr"
-
- install --verbose -D --mode=644 LICENSES/MIT.txt
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 1334911,
ncdu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-25 22:39:00 UTC (rev 1334912)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
+# Contributor: Daurnimator <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: lp76 <[email protected]>
+# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
+# Contributor: Gaetan Bisson <[email protected]>
+
+pkgname='ncdu'
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('MIT')
+depends=('ncurses')
+makedepends=('zig')
+arch=('x86_64')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('5e4af8f6bcd8cf7ad8fd3d7900dab1320745a0453101e9e374f9a77f72aed141'
+ 'SKIP')
+b2sums=('ac7f281b2fd12144a3498b105594a60478c49049eabeb7b3951c4aac4d5b9c025f823806dc948327e4a6608e629da9d7b15a8073bdb79043116ba095d3becdce'
+ 'SKIP')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling
<[email protected]>
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ # since RELRO is not doable in the zig.build file
(https://github.com/ziglang/zig/issues/6977)
+ # we are running zig build-exe directly
+ zig build-exe \
+ -target x86_64-linux.5.10-gnu.2.34 -mcpu baseline \
+ -L /usr/local/lib -L /usr/lib \
+ -isystem /usr/local/include -isystem /usr/include \
+ ./src/main.zig ./src/ncurses_refs.c \
+ -lc -lncursesw \
+ -OReleaseSafe \
+ --name ncdu \
+ -D _DEFAULT_SOURCE -D _XOPEN_SOURCE=600 \
+ -fPIE \
+ -z relro -z now \
+ -fno-each-lib-rpath
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+
+ zig build test
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ install --verbose -D --mode=755 "./${pkgname}"
"${pkgdir}/usr/bin/${pkgname}"
+
+ make install-doc PREFIX="${pkgdir}/usr"
+
+ install --verbose -D --mode=644 LICENSES/MIT.txt
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}