summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharlotte Van Petegem2018-08-21 10:04:47 +0200
committerCharlotte Van Petegem2018-08-21 10:04:47 +0200
commit89323a88c4fc9f6c32fd995dcacd085c0de9a5cc (patch)
treec38df348523126aefd651094ed085697eb61df83 /PKGBUILD
parentf2b1780e97c3a01f2b7cbcb92287597241b293da (diff)
downloadaur-89323a88c4fc9f6c32fd995dcacd085c0de9a5cc.tar.gz
Update to 6.0.42
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb8bbf241a41..d5028f919baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlotte Van Petegem <charlotte at vanpetegem dot me>
# Maintainer: jpate <jkpate@jkpate.net>
pkgname=praat
-pkgver=6.0.41
+pkgver=6.0.42
pkgrel=1
pkgdesc="A tool for 'Doing Phonetics by computer'"
arch=('x86_64')
@@ -11,14 +11,12 @@ depends=( 'alsa-lib' 'gtk2' )
makedepends=('pkg-config' 'gtk2' 'alsa-lib')
optdepends=( 'ttf-sil-fonts' )
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" "exception.patch")
+source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('7c360a7748f87824ec1faf380f7d8313'
- '29b515b7c6ef133c8fd26fc3c049bbb8')
+md5sums=('4f239697138f71dfe2f6c04b9cf68a40')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i ../exception.patch
cp "makefiles/makefile.defs.linux.pulse" "makefile.defs"
}