Skip to content
Snippets Groups Projects
Verified Commit a7ec5ed3 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/keyutils: bump to 1.6.1, fix source=, fix pkgconfig dir

parent aa29e0f8
No related branches found
No related tags found
No related merge requests found
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname=keyutils
pkgver=1.6
pkgver=1.6.1
pkgrel=0
pkgdesc="Linux key management utilities"
url="https://people.redhat.com/~dhowells/keyutils/"
......@@ -11,7 +11,7 @@ license="GPL-2.0+ AND LGPL-2.1+"
depends=""
makedepends="file linux-headers"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://people.redhat.com/~dhowells/keyutils/keyutils-$pkgver.tar.bz2"
source="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-$pkgver.tar.gz"
build() {
make -j1 \
......@@ -29,6 +29,7 @@ package() {
LIBDIR=/lib \
USRLIBDIR=/usr/lib \
install
mv "$pkgdir"/lib/pkgconfig "$pkgdir"/usr/lib/pkgconfig
}
libs() {
......@@ -37,4 +38,4 @@ libs() {
mv "$pkgdir"/lib "$subpkgdir"/
}
sha512sums="ee50da165099ea26904066d24b27c5165cb1eb78df6768cba3a534aa318a5c8d926ec6e5322a38c8cedaa768cd79bdcb26ef918aa8447df2e5dfbbe7b8f200ff keyutils-1.6.tar.bz2"
sha512sums="a717d9bc6142edefc02da9e92242db352e0bc835483c303629c236e6d9cc51fb495b03fdf9e0e9f0864d7e755c92b7a67f018e806a5de1944673e60e317134a2 keyutils-1.6.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment