# Maintainer: Felix Yan <felixonmars@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.12
pkgrel=1
pkgdesc='Account faces for Linux Deepin'
arch=('any')
license=('GPL3')
url="https://github.com/linuxdeepin/dde-account-faces"
conflicts=('dde-account-faces')
replaces=('dde-account-faces')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz")
sha512sums=('d6639f0c3e9a43f397900709a66741c7339953aa3eb4d9a37b778d09a5343a07184c7541c1191ae1ffe0fb5ffc9a2cec47de382ad18aa863c70af06c56504053')

package() {
  cd dde-account-faces-$pkgver
  make DESTDIR="$pkgdir" install
}
