summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-03 14:56:13 +0300
committerCaleb Maclennan2020-03-03 14:56:13 +0300
commit9127baec44648a9ce7c3b1e9c5c026692e7b3738 (patch)
treec026920d3bf4b309762d21fcd29fc650fa3a53f9
parent06acb26f054a3dcfd175cfdf912754ac32158958 (diff)
downloadaur-9127baec44648a9ce7c3b1e9c5c026692e7b3738.tar.gz
Switch to pulse audio build by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb05e733df0..b3d7b9f596e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = praat-git
pkgdesc = Doing Phonetics by computer (speech analysis)
pkgver = 6.1.09.r104.g9db902f
- pkgrel = 1
+ pkgrel = 2
url = http://www.praat.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 73b57b4623cd..abb4dec50d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=praat-git
pkgver=6.1.09.r104.g9db902f
-pkgrel=1
+pkgrel=2
pkgdesc='Doing Phonetics by computer (speech analysis)'
arch=('x86_64' 'i686')
url='http://www.praat.org/'
@@ -32,7 +32,7 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
- cp makefiles/makefile.defs.linux.alsa makefile.defs
+ cp makefiles/makefile.defs.linux.pulse makefile.defs
}
build() {