# $Id: PKGBUILD 362526 2018-07-20 05:15:58Z felixonmars $
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>

pkgname=deepin-sound-theme
pkgver=15.10.3
pkgrel=1
pkgdesc="Deepin sound theme"
arch=('any')
url="https://github.com/linuxdeepin/deepin-sound-theme"
license=('GPL3')
groups=('deepin')
conflicts=('deepin-artwork')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-sound-theme/archive/$pkgver.tar.gz")
sha512sums=('76dfe37d31c70888c4c0100f55b1f8d0e802c0906151a02a2ba80287d519b4070ab8eb44dd854ef8103f87c0475ed77843032b8c4f88470723ba6750916439be')

package() {
  cd $pkgname-$pkgver
  make PREFIX=/usr DESTDIR="$pkgdir" install
}
