diff --git a/repos/multilib-testing-x86_64/PKGBUILD b/repos/multilib-testing-x86_64/PKGBUILD
index 5064c59271e1a8385a30792a37a47594c89fc487..a7aefc91293b90c1489aba4c8e422f9bd208f9ba 100644
--- a/repos/multilib-testing-x86_64/PKGBUILD
+++ b/repos/multilib-testing-x86_64/PKGBUILD
@@ -7,7 +7,7 @@
 _pkgbasename=libpulse
 pkgname=lib32-$_pkgbasename
 pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=4.99.4
+pkgver=5.0
 pkgrel=1
 arch=(x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio"
@@ -22,10 +22,10 @@ conflicts=(lib32-pulseaudio)
 replaces=(lib32-pulseaudio)
 options=(!emptydirs !libtool)
 source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz")
-sha256sums=('97786c7f2de0355a935362fa64b9c8695e93ae1152bd63844f7a79fbd43a9192')
+sha256sums=('99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939')
 
 _libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
-_pkglibs="libpulsecommon-${pkgver%.*}.la libpulsedsp.la"
+_pkglibs="libpulsecommon-${pkgver}.la libpulsedsp.la"
 
 prepare() {
   cd pulseaudio-$pkgver
@@ -57,7 +57,8 @@ build() {
 package() {
   cd pulseaudio-$pkgver
   make -j1 -C src DESTDIR="$pkgdir" \
-    lib_LTLIBRARIES="$_libs" pkglib_LTLIBRARIES="$_pkglibs" \
-    install-libLTLIBRARIES install-pkglibLTLIBRARIES
+    lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
+  make -j1 -C src DESTDIR="$pkgdir" \
+    pkglib_LTLIBRARIES="$_pkglibs" install-pkglibLTLIBRARIES
   make -j1 DESTDIR="$pkgdir" install-pkgconfigDATA
 }