[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 26 02:48:14 UTC 2010


    Date: Thursday, November 25, 2010 @ 21:48:14
  Author: heftig
Revision: 100865

upgpkg: pulseaudio 0.9.22-1
New upstream release, finally.

Modified:
  pulseaudio/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-26 02:28:09 UTC (rev 100864)
+++ PKGBUILD	2010-11-26 02:48:14 UTC (rev 100865)
@@ -6,23 +6,22 @@
 
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse)
-pkgver=0.9.21
-pkgrel=15
-_pkgver=$pkgver-110-gb173f
+pkgver=0.9.22
+pkgrel=1
 arch=(i686 x86_64)
-url="http://$pkgbase.org/"
+url="http://pulseaudio.org/"
 license=(GPL LGPL)
 makedepends=(libasyncns libcap attr libxtst libsm tcp_wrappers libsndfile
              libtool rtkit speex libsamplerate tdb udev dbus-core xcb-util
              avahi bluez gconf intltool jack lirc-utils pkgconfig openssl)
 options=(!emptydirs !libtool !makeflags)
-source=("http://mirrors.kernel.org/archlinux/other/$pkgbase/$pkgbase-$_pkgver.tar.xz"
+source=("http://0pointer.de/lennart/projects/$pkgbase/$pkgbase-$pkgver.tar.gz"
         $pkgbase.xinit)
-md5sums=('a217dcfcb185ab8755517bd32818bdbb'
+md5sums=('ca85ab470669b05e100861654cf5eb3c'
          'eb1cfae28eb2e4d3fdbe45a90e4318ab')
 
 build() {
-  cd "$srcdir/$pkgbase-$_pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
 
   # Don't break circular dependency between libpulse and libpulsecommon
   LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
@@ -51,7 +50,7 @@
               'openssl: RAOP support')
   backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
   install=pulseaudio.install
-  cd "$srcdir/$pkgbase-$_pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install
 
   # Lower resample quality




More information about the arch-commits mailing list