accountsservice: update to 0.6.35.
This commit is contained in:
parent
7e72ea5673
commit
7abc0d15c3
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.34
|
||||
version=0.6.35
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static
|
||||
|
@ -12,14 +12,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=15672a6e87a218e2a2c09947e340cc6617cd5ccb201da6885c409c16362d6b14
|
||||
checksum=65a1c7013c9c6785c7feb710ee940bb297207dabdb93561fdfdd140e0dfd3038
|
||||
long_desc="
|
||||
The accountsservice project provides a set of D-Bus interfaces for
|
||||
querying and manipulating user account information and an implementation
|
||||
of these interfaces, based on the useradd, usermod and userdel commands."
|
||||
|
||||
accountsservice-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue