diff options
-rw-r--r-- | community/iprutils/APKBUILD | 5 | ||||
-rw-r--r-- | community/librtas/APKBUILD | 5 | ||||
-rw-r--r-- | community/ndctl/APKBUILD | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/community/iprutils/APKBUILD b/community/iprutils/APKBUILD index a8f6e59f03..865b8298eb 100644 --- a/community/iprutils/APKBUILD +++ b/community/iprutils/APKBUILD @@ -1,7 +1,8 @@ -# Maintainer: Breno Leitao <breno.leitao@gmail.com> +# Contributor: Breno Leitao <breno.leitao@gmail.com> +# Maintainer: pkgname=iprutils pkgver=2.4.16 -pkgrel=2 +pkgrel=3 pkgdesc="user space tools required by the ipr device driver" url="https://github.com/bjking1/iprutils" arch="ppc64le" diff --git a/community/librtas/APKBUILD b/community/librtas/APKBUILD index 4dbb305aaa..77fad08086 100644 --- a/community/librtas/APKBUILD +++ b/community/librtas/APKBUILD @@ -1,7 +1,8 @@ -# Maintainer: Breno Leitao <breno.leitao@gmail.com> +# Contributor: Breno Leitao <breno.leitao@gmail.com> +# Maintainer: pkgname=librtas pkgver=2.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Librtas provides a set of libraries that access Run-Time Abstraction Services (RTAS)" url="https://github.com/nfont/librtas" arch="ppc64le" diff --git a/community/ndctl/APKBUILD b/community/ndctl/APKBUILD index ea8201ba47..bdc48e1c04 100644 --- a/community/ndctl/APKBUILD +++ b/community/ndctl/APKBUILD @@ -1,8 +1,9 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Breno Leitao <breno.leitao@gmail.com> +# Contributor: Breno Leitao <breno.leitao@gmail.com> +# Maintainer: pkgname=ndctl pkgver=71.1 -pkgrel=0 +pkgrel=1 pkgdesc="Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel" url="https://github.com/pmem/ndctl" arch="all" |