# Maintainer (Arch): Vlad M. # Contributor (Arch): HÃ¥vard Pettersson # Contributor (Arch): Madotsuki # Maintainer: Omar Vega Ramos pkgname=utox _pkgname=uTox pkgver=0.7.0 pkgrel=1 pkgdesc='Lightweight Tox client' arch=('i686' 'x86_64' 'armv7h') url="https://github.com/GrayHatter/uTox" license=('GPL3') depends=('desktop-file-utils' 'fontconfig' 'libfilteraudio-git' 'hicolor-icon-theme' 'libdbus' 'libxext' 'libxrender' 'openal' 'toxcore' 'v4l-utils') optdepends=('gtk3: GTK file picker') makedepends=('toxcore') source=("https://github.com/GrayHatter/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('abd1206305c0174d54c688ae429465e5ebe0c3a384596287d309a26bf3745dbb') install="$pkgname.install" build() { cd "$_pkgname-$pkgver" make } package() { cd "$_pkgname-$pkgver" make PREFIX=/usr DESTDIR="$pkgdir" install }