diff options
Diffstat (limited to 'pcr/utox-git/PKGBUILD')
-rw-r--r-- | pcr/utox-git/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/utox-git/PKGBUILD b/pcr/utox-git/PKGBUILD index fdd69b139..f166c48aa 100644 --- a/pcr/utox-git/PKGBUILD +++ b/pcr/utox-git/PKGBUILD @@ -1,13 +1,14 @@ # Maintainer (Arch): Madotsuki <madotsuki@cock.li> +# Maintainer: André Silva <emulatorman@parabola.nu> pkgname=utox-git -pkgver=20140821 +pkgver=20150107 pkgrel=1 pkgdesc="Lightweight Tox client (git version)" arch=('i686' 'x86_64') url="https://github.com/notsecure/uTox" license=('GPL3') -depends=('freetype2' 'v4l-utils' 'libvpx' 'openal' 'tox-git' 'dbus-c++') +depends=('freetype2' 'v4l-utils' 'libvpx' 'openal' 'tox-git' 'dbus-c++' 'libx11' 'libxrender' 'libxext' 'fontconfig' 'freetype2') makedepends=('git' 'make') source=(${pkgname%-git}::git+https://github.com/notsecure/uTox) sha256sums=('SKIP') |