diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-10 06:36:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-10 06:36:20 -0200 |
commit | aa379d0421f6577bd63d42a616687aa9097c9a23 (patch) | |
tree | bd98fdb19d1e5437c321f80bb7dd5a28bdd1fb41 /pcr/utox-git | |
parent | 4de0b5310d58a375e4056b225aa47ec9b0598b04 (diff) |
utox-git-20150107-1: updating version
Diffstat (limited to 'pcr/utox-git')
-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') |