summaryrefslogtreecommitdiff
path: root/ndctl
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-03-25 16:31:15 +0100
committerTim Biermann <tbier@posteo.de>2022-03-25 16:33:24 +0100
commit3d7d33a5c06c5619b94775176ec3a3cdfee955e2 (patch)
treeb09ab4e0e2eb51a9724655f20898d9beaa473543 /ndctl
parentdbb842a6d7a3d89e4d0be0e398f0823c4928b57e (diff)
downloadcontrib-3d7d33a5c06c5619b94775176ec3a3cdfee955e2.tar.gz
contrib-3d7d33a5c06c5619b94775176ec3a3cdfee955e2.tar.xz
ndctl: rebuild against new distfile, removed old patch
Diffstat (limited to 'ndctl')
-rw-r--r--ndctl/.signature6
-rw-r--r--ndctl/186.patch23
-rw-r--r--ndctl/Pkgfile4
3 files changed, 5 insertions, 28 deletions
diff --git a/ndctl/.signature b/ndctl/.signature
index 59b09217d..c8752f02b 100644
--- a/ndctl/.signature
+++ b/ndctl/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34ffVYU6R0f8SxzsnwbZ9QuFXOj2s5xdmEahUqg+7TDel5Mj+ZfiAoo1NIqQFdMzO4RrLAZhrUAjOwiI/Z95eAA=
-SHA256 (Pkgfile) = 404f25b212fe871d4085fe8e451ecb8ca0b181824199b0f6a52847b8cb882c85
+RWSagIOpLGJF34CGGt0LYQChK9e7gdQXe31qj06CqbIfVduuz/zg8HjwncerqfblclsVPCXiGIkaofXhXi0mS6EZwLmmfgzCxA4=
+SHA256 (Pkgfile) = dbed5d6d94fd8e59cf2afed40cf76c0c1aeca0e09f3065645d0c040299bcd004
SHA256 (.footprint) = d20b8f92259be50fb403c3e59ad4f479a318e22e66e686e9d717aa3e1af1d6ba
-SHA256 (ndctl-73.tar.gz) = 97f85b897378d293da75f91c2f238c0a45e1626dc2c2367e7a8d78378ee0f73b
+SHA256 (ndctl-73-2.tar.gz) = 97f85b897378d293da75f91c2f238c0a45e1626dc2c2367e7a8d78378ee0f73b
diff --git a/ndctl/186.patch b/ndctl/186.patch
deleted file mode 100644
index 71ab8f46e..000000000
--- a/ndctl/186.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 42381683097e61113f8cf4b13795a2e03e566835 Mon Sep 17 00:00:00 2001
-From: Felix Yan <felixonmars@archlinux.org>
-Date: Sun, 19 Dec 2021 04:45:25 +0800
-Subject: [PATCH] Fix iniparser.h include
-
-In configure.ac `iniparser.h` was checked without a path too, this change makes it consistent and fixes building on Arch Linux which has the header installed in /usr/include directly.
----
- util/parse-configs.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/parse-configs.c b/util/parse-configs.c
-index 1b7ffa69..c834a070 100644
---- a/util/parse-configs.c
-+++ b/util/parse-configs.c
-@@ -4,7 +4,7 @@
- #include <dirent.h>
- #include <errno.h>
- #include <fcntl.h>
--#include <iniparser/iniparser.h>
-+#include <iniparser.h>
- #include <sys/stat.h>
- #include <util/parse-configs.h>
- #include <util/strbuf.h>
diff --git a/ndctl/Pkgfile b/ndctl/Pkgfile
index 18c73e681..ae2ffae13 100644
--- a/ndctl/Pkgfile
+++ b/ndctl/Pkgfile
@@ -5,8 +5,8 @@
name=ndctl
version=73
-release=1
-source=(https://github.com/pmem/ndctl/archive/v$version/$name-$version.tar.gz)
+release=2
+source=(https://github.com/pmem/ndctl/archive/v$version/$name-$version-$release.tar.gz)
build() {
meson setup $name-$version build \

Generated by cgit