# Maintainer (Arch): Vlad M. # Contributor (Arch): HÃ¥vard Pettersson # Contributor (Arch): Madotsuki # Maintainer: Omar Vega Ramos pkgname=utox _pkgname=uTox pkgver=0.9.8 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' '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=('5e33ec8500a70ea2bd468881b2eec5d7f6adb112a64a9fdc5e6e3ff6f9c20e8e') build() { cd "$_pkgname-$pkgver" make } package() { cd "$_pkgname-$pkgver" make PREFIX=/usr DESTDIR="$pkgdir" install }