Date: Sunday, March 26, 2023 @ 07:12:26 Author: felixonmars Revision: 472044
upgpkg: ndctl 76-1 Modified: ndctl/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-26 07:11:53 UTC (rev 472043) +++ PKGBUILD 2023-03-26 07:12:26 UTC (rev 472044) @@ -1,16 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ndctl -pkgver=75 +pkgver=76 pkgrel=1 pkgdesc='Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel' arch=('x86_64') url="https://github.com/pmem/ndctl" license=('LGPL') -depends=('iniparser' 'json-c' 'keyutils' 'kmod' 'systemd-libs' 'util-linux-libs') -makedepends=('asciidoctor' 'bash-completion' 'meson' 'systemd' 'xmlto') +depends=('iniparser' 'json-c' 'keyutils' 'kmod' 'libtraceevent' 'libtracefs' 'systemd-libs' + 'util-linux-libs') +makedepends=('asciidoctor' 'bash-completion' 'cmake' 'meson' 'systemd' 'xmlto') source=("https://github.com/pmem/ndctl/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('0af960e43a363711fbdb5152bb670022bd9b2f6a269c153dd88dca4ad2dcc215679c354ebcc758e9376867462f82c21aebe62bc62ca27333dedf3a818f34b272') +sha512sums=('e80ac553b0a9d1cea477820f1cda3d4ea7d57ac03154c575ddf7f50f029113b818d6e2e1e6dcfb2b310cf1d19fb4c06a48bf9ab9ebdb6f3934e82631b51f36e0') prepare() { # fix location of modprobe.d conf
