From 0961351b5226020b44bc8f1426310112c9151055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 11 Feb 2021 10:53:30 -0300 Subject: [PATCH] util-linux: revbump to match util-linux-libs revision. ABI won't break between revisions (we even depend on it not breaking between versions), and makes it necessary to revbump one package for changes that only affect the other. This should be fixed, but depending on util-linux-libs-${version} results in xbps-src not finding the dependency. --- srcpkgs/util-linux/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index c0687d70b46..fddaff9c8c4 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -2,10 +2,11 @@ # Keep this package sync with util-linux-libs pkgname=util-linux version=2.36.1 -revision=1 +revision=2 hostmakedepends="automake bison gettext gettext-devel libtool pkg-config xz" makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel eudev-libudev-devel" +# FIXME: don't be so strict on the dependency depends="util-linux-libs-${version}_${revision}" short_desc="Miscellaneous linux utilities" maintainer="Enno Boland "