Date: Sunday, April 2, 2023 @ 12:24:32
  Author: felixonmars
Revision: 472561

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
    (from rev 472560, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-02 12:24:24 UTC (rev 472560)
+++ PKGBUILD    2023-04-02 12:24:32 UTC (rev 472561)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=ndctl
-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' '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=('e80ac553b0a9d1cea477820f1cda3d4ea7d57ac03154c575ddf7f50f029113b818d6e2e1e6dcfb2b310cf1d19fb4c06a48bf9ab9ebdb6f3934e82631b51f36e0')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i "s|^modprobedatadir =.*|modprobedatadir = '/usr/lib/modprobe.d/'|" 
$pkgname-$pkgver/contrib/meson.build
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 472560, 
ndctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-02 12:24:32 UTC (rev 472561)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=ndctl
+pkgver=76.1
+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' '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=('76d32599df029969734276f8972f3f4bf701e471117c8a48d1f96b62c87a59ac54d59104ee62d1cbbb518a06a779677ca856df32ce6218d758a8c73daa3e5b06')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i "s|^modprobedatadir =.*|modprobedatadir = '/usr/lib/modprobe.d/'|" 
$pkgname-$pkgver/contrib/meson.build
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}

Reply via email to