upower: stricter replaces for libupower-glib2.
This commit is contained in:
parent
62d3fbb344
commit
055922f1a6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.99.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-backend=linux
|
||||
--without-idevice --with-systemdutildir=/usr/lib/systemd
|
||||
|
@ -32,7 +32,7 @@ else
|
|||
fi
|
||||
|
||||
libupower-glib2_package() {
|
||||
replaces="upower<0.99.0_2"
|
||||
replaces="upower>=0.99<0.99.0_2"
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
|
|
Loading…
Reference in New Issue