summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K Pate2015-11-02 10:25:41 -0500
committerJohn K Pate2015-11-02 10:25:41 -0500
commita70e7cf04c255bd18c11c9ed80aacb3cf39d9c4e (patch)
tree2b87652a335caf8657f8638f47327fc0244618a3
parentbe5d80a981ca357b4eac4d0fb57ad03cc25357b5 (diff)
downloadaur-a70e7cf04c255bd18c11c9ed80aacb3cf39d9c4e.tar.gz
update to 6.0.04, and use pre-built binaries since audio issues have been resolved
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD24
2 files changed, 11 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78885f6ca74a..55f820d87e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = praat
pkgdesc = A tool for 'Doing Phonetics by computer'
- pkgver = 5.4.17
+ pkgver = 6.0.04
pkgrel = 1
url = http://www.fon.hum.uva.nl/praat/
arch = x86_64
@@ -10,8 +10,10 @@ pkgbase = praat
depends = alsa-lib
depends = gtk2
optdepends = ttf-sil-fonts
- source = http://www.fon.hum.uva.nl/praat/praat5417_sources.tar.gz
- md5sums = 67b179527bbcbfad35def03ff33f6537
+ source_x86_64 = http://www.fon.hum.uva.nl/praat/praat6004_linux64.tar.gz
+ md5sums_x86_64 = b0e05ff03b0e1e340cc2f178f69c8534
+ source_i686 = http://www.fon.hum.uva.nl/praat/praat6004_linux32.tar.gz
+ md5sums_i686 = 1f9fa085d79dca94401055dd1e570393
pkgname = praat
diff --git a/PKGBUILD b/PKGBUILD
index e2f9bdef04e2..e4b0aac84f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jpate <jkpate@jkpate.net>
pkgname=praat
-pkgver=5.4.17
+pkgver=6.0.04
pkgrel=1
pkgdesc="A tool for 'Doing Phonetics by computer'"
arch=('x86_64' 'i686')
@@ -9,26 +9,14 @@ license=('GPL')
depends=( 'alsa-lib' 'gtk2' )
makedepends=( 'pkg-config' )
optdepends=( 'ttf-sil-fonts' )
-source=("http://www.fon.hum.uva.nl/praat/praat5417_sources.tar.gz")
-md5sums=('67b179527bbcbfad35def03ff33f6537')
-prepare() {
- cd "$srcdir/sources_5417/"
+source_i686=("http://www.fon.hum.uva.nl/praat/praat6004_linux32.tar.gz")
+source_x86_64=("http://www.fon.hum.uva.nl/praat/praat6004_linux64.tar.gz")
- cp makefiles/makefile.defs.linux.alsa makefile.defs
-
- sed -i '/setenv ("PULSE_LATENCY_MSEC"/d' sys/praat.cpp
-}
-
-build() {
- cd "$srcdir/sources_5417/"
-
- make
-}
+md5sums_i686=('1f9fa085d79dca94401055dd1e570393')
+md5sums_x86_64=('b0e05ff03b0e1e340cc2f178f69c8534')
package() {
- cd "$srcdir/sources_5417/"
-
- install -Dm755 praat "$pkgdir/usr/bin/praat"
+ install -Dm755 "$srcdir/praat" "$pkgdir/usr/bin/praat"
}