diff options
author | root <root@rshg054.dnsready.net> | 2011-09-16 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-16 23:14:49 +0000 |
commit | 0669684720f97826696e11d1053f82108cd03a74 (patch) | |
tree | 90866b6eca3d4398c554c39f2d00831447ca5d43 /gnome-unstable/pulseaudio | |
parent | 062d1ba2c4d5de52d97f339c5a3ac1199b8533f6 (diff) |
Fri Sep 16 23:14:49 UTC 2011
Diffstat (limited to 'gnome-unstable/pulseaudio')
-rw-r--r-- | gnome-unstable/pulseaudio/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-unstable/pulseaudio/PKGBUILD b/gnome-unstable/pulseaudio/PKGBUILD index cf6990553..f2ccf6bdd 100644 --- a/gnome-unstable/pulseaudio/PKGBUILD +++ b/gnome-unstable/pulseaudio/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 137322 2011-09-07 06:44:12Z heftig $ +# $Id: PKGBUILD 138059 2011-09-15 12:10:17Z heftig $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -6,8 +6,8 @@ pkgbase=pulseaudio pkgname=(pulseaudio libpulse) -pkgver=0.99.3 -pkgrel=2 +pkgver=0.99.4 +pkgrel=1 arch=(i686 x86_64) url="http://pulseaudio.org/" license=(GPL LGPL) @@ -17,8 +17,8 @@ makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit options=(!emptydirs !libtool !makeflags) source=("http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.gz" $pkgbase.xinit) -md5sums=('95787b514872d838b49ec4d7debdd6aa' - 'eb1cfae28eb2e4d3fdbe45a90e4318ab') +sha256sums=('7dde2f73f6b8336797d06928c8210d5e6cfaa7d679bea7b93f5ffc26fb970fec' + '3fb64aee43c482b3ea18e1b260c8f310884362b24bcd02a1c117dcd99237312f') build() { cd "$srcdir/$pkgbase-$pkgver" |