Date: Tuesday, November 17, 2015 @ 04:48:25 Author: fyan Revision: 146948
archrelease: copy trunk to community-any Added: deepin-account-faces/repos/community-any/ deepin-account-faces/repos/community-any/PKGBUILD (from rev 146947, deepin-account-faces/trunk/PKGBUILD) ----------+ PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Copied: deepin-account-faces/repos/community-any/PKGBUILD (from rev 146947, deepin-account-faces/trunk/PKGBUILD) =================================================================== --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2015-11-17 03:48:25 UTC (rev 146948) @@ -0,0 +1,21 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> +# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> + +pkgname=deepin-account-faces +pkgver=1.0.8 +pkgrel=1 +pkgdesc='Account faces for Linux Deepin' +arch=('any') +license=('GPL3') +url="https://github.com/linuxdeepin/dde-account-faces" +makedepends=('git') +groups=('deepin') +source=("git+https://github.com/linuxdeepin/dde-account-faces.git#tag=$pkgver") +sha256sums=('SKIP') + +package() { + cd dde-account-faces + make DESTDIR="${pkgdir}" install +}