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.
This commit is contained in:
parent
f1fcc4cb92
commit
0961351b52
|
@ -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 <gottox@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue