[arch-commits] Commit in ndctl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 23 07:11:50 UTC 2020


    Date: Thursday, July 23, 2020 @ 07:11:50
  Author: felixonmars
Revision: 392422

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-23 07:11:34 UTC (rev 392421)
+++ PKGBUILD	2020-07-23 07:11:50 UTC (rev 392422)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ndctl
-pkgver=68
-pkgrel=2
-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=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz")
-sha512sums=('dd8abbb63f612d10dd4a879cb98f80df2ef773c547a89051789128eee1f52c3c0fdae82007b51ce99a603243e5c28e5b2f1a7864c606f4b14d3fe9c4fd790883')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' $pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 392421, ndctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-23 07:11:50 UTC (rev 392422)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ndctl
+pkgver=69
+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=('json-c' 'keyutils' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'bash-completion' 'systemd' 'xmlto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz")
+sha512sums=('8fa4448cc66a156280051402ecea86a1da0f17235763de2475b5a3da622f35f469c3aed6c3f54b7f3b1553b1c86fd11e1f55e83c8c2aa0ea6d01a3ca9e503a2d')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' $pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list