summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2018-04-25 10:42:18 +0200
committertadly2018-04-25 10:42:18 +0200
commit13c47667a69e0512aa06742c1ada56fbb09b158b (patch)
tree858777f8c89bab857f1bc248d3f0558ee3cd1460
parentbef1169d32960a753cd01ffc30722c4776a022f7 (diff)
downloadaur-13c47667a69e0512aa06742c1ada56fbb09b158b.tar.gz
update to commit 3d55962
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26f342cab84e..96c2ac9f8e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pulseaudio-module-sndio
pkgdesc="Pulseaudio module for sndio support"
-pkgver=r10.0a732e0
+pkgver=r14.3d55962
pkgrel=1
-arch=(i686 x86_64)
+arch=(x86_64)
url="https://github.com/t6/pulseaudio-module-sndio"
license=(BSD)
depends=(pulseaudio sndio)
-source=("$pkgname::git+https://github.com/t6/pulseaudio-module-sndio.git#commit=0a732e03309c0a8b1632286a46bdc39733845f68")
+source=("$pkgname::git+https://github.com/t6/pulseaudio-module-sndio.git#commit=3d559627a054ca0dccaa802354db1fe0da2e9ec6")
md5sums=('SKIP')
pkgver() {
@@ -23,6 +23,6 @@ build() {
package(){
cd "$pkgname"
- STAGEDIR="$pkgdir" make install
+ DESTDIR="$pkgdir" make install
}