summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYG2016-10-19 23:23:23 -0400
committerYG2016-10-19 23:23:23 -0400
commitddc6440eafdfb7a7b4844d2da8128180427ae078 (patch)
treeeff16faefc3796485d00afd24fda2b35e3ca5e96 /PKGBUILD
parent0b0723426691e3c2a0a62d489e696a68550b6151 (diff)
downloadaur-praat-pulse-git.tar.gz
fixing source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41834af8734e..dc79449bbf17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
pkgrel=1
-pkgdesc="A tool for 'Doing Phonetics by computer' (compiled with PulseAudio support"
+pkgdesc="A tool for 'Doing Phonetics by computer' (compiled with PulseAudio support)"
arch=('x86_64' 'i686')
url="http://www.fon.hum.uva.nl/praat/"
license=('GPL')
@@ -15,7 +15,7 @@ makedepends=('git' 'pkg-config' 'gtk2' 'alsa-lib')
optdepends=('ttf-sil-fonts')
provides=('praat')
conflicts=('praat' 'praat-git')
-source=('praat::git+https://github.com/praat/praat.git')
+source=('praat-pulse::git+https://github.com/praat/praat.git')
md5sums=('SKIP')
prepare() {