[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Sat Feb 15 12:37:11 UTC 2014
Date: Saturday, February 15, 2014 @ 13:37:11
Author: heftig
Revision: 205980
4.99.4
Modified:
pulseaudio/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-15 12:17:07 UTC (rev 205979)
+++ PKGBUILD 2014-02-15 12:37:11 UTC (rev 205980)
@@ -7,7 +7,7 @@
pkgbase=pulseaudio
pkgname=(pulseaudio libpulse)
pkgdesc="A featureful, general-purpose sound server"
-pkgver=4.99.3
+pkgver=4.99.4
pkgrel=1
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
@@ -17,8 +17,7 @@
lirc-utils openssl fftw orc json-c gtk3 webrtc-audio-processing
check git)
options=(!emptydirs)
-#source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
-source=($pkgbase-$pkgver::git://anongit.freedesktop.org/pulseaudio/pulseaudio#commit=6021ce3)
+source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
sha256sums=('SKIP')
prepare() {
@@ -28,7 +27,7 @@
build() {
cd $pkgbase-$pkgver
- ./autogen.sh --prefix=/usr \
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
More information about the arch-commits
mailing list