systemd: update to 200.
This commit is contained in:
parent
13df639cd7
commit
76080a8c81
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libudev'
|
||||
pkgname=libudev
|
||||
version=199
|
||||
version=200
|
||||
revision=1
|
||||
wrksrc="systemd-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -23,7 +23,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license="LGPL-2.1, GPL-2, MIT"
|
||||
distfiles="http://www.freedesktop.org/software/systemd/systemd-${version}.tar.xz"
|
||||
checksum=8c4462a04f3ecf7f083782e5e0687913b1d33c6444bf20fa2f31df9222965fed
|
||||
checksum=9a08baa8fa5c48f0aab683b2f771e4be75c3c852afc45e5cb4df06428ac8c217
|
||||
|
||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||
hostmakedepends="libtool automake gettext-devel pkg-config intltool
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=199
|
||||
version=200
|
||||
revision=1
|
||||
short_desc="A system and service manager for Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license="LGPL-2.1, GPL-2, MIT"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=8c4462a04f3ecf7f083782e5e0687913b1d33c6444bf20fa2f31df9222965fed
|
||||
checksum=9a08baa8fa5c48f0aab683b2f771e4be75c3c852afc45e5cb4df06428ac8c217
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/usr/lib
|
||||
|
|
Loading…
Reference in a new issue