diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-05-24 22:02:28 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-05-24 22:03:10 +0200 |
commit | 76b5704f46d3e59e41ed5883d23dd0d4aa818f4c (patch) | |
tree | a5adf840adb3093276c1fcf6b27135cecd935462 /mumble-git/PKGBUILD | |
parent | b37bf77aa7e3354edc3831f7c9038d77da00fec2 (diff) | |
download | aur-packages-76b5704f46d3e59e41ed5883d23dd0d4aa818f4c.tar.gz aur-packages-76b5704f46d3e59e41ed5883d23dd0d4aa818f4c.tar.xz |
updates
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'mumble-git/PKGBUILD')
-rw-r--r-- | mumble-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mumble-git/PKGBUILD b/mumble-git/PKGBUILD index 890781f..7a1e8f3 100644 --- a/mumble-git/PKGBUILD +++ b/mumble-git/PKGBUILD @@ -2,13 +2,13 @@ # Contributor: schlaefer <schlaefer[at]gamez-planet.org> pkgname=mumble-git -pkgver=20100401 +pkgver=20100513 pkgrel=1 pkgdesc="A voice chat application similar to TeamSpeak" arch=('i686' 'x86_64') url="http://mumble.sourceforge.net/" license=('GPL') -depends=('alsa-lib' 'qt>=4.4.0' 'speex>=1.2rc1' 'celt=>0.7.0' 'lsb-release') +depends=('alsa-lib' 'qt>=4.4.0' 'speex>=1.2rc1' 'celt>=0.7.0' 'lsb-release') makedepends=('git' 'protobuf' 'boost' 'avahi') optdepends=('pulseaudio: for using mumble with pulseaudio') provides=('mumble') |