accountsservice: update to 0.6.22.
This commit is contained in:
parent
87b659b427
commit
1c074d2222
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'accountsservice-devel'.
|
||||
#
|
||||
depends="accountsservice>=0.6.21"
|
||||
noarch=yes
|
||||
depends="accountsservice>=$version"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.21
|
||||
version=0.6.22
|
||||
revision=1
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,7 +12,7 @@ short_desc="D-Bus interfaces for querying and manipulating user account informat
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
checksum=adf681cef68852b65d57de7102483ef0cf31175ea0bbc3bad59957259dc64192
|
||||
checksum=851e05aa593cd8e3ed5c635a7fee3ffc0f418d3db2f28c5ebd6b7503294e3bdd
|
||||
long_desc="
|
||||
The accountsservice project provides a set of D-Bus interfaces for
|
||||
querying and manipulating user account information and an implementation
|
||||
|
|
Loading…
Reference in New Issue