Skip to content

Instantly share code, notes, and snippets.

@MaoPU

MaoPU/.SRCINFO Secret

Created February 19, 2016 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaoPU/4f3339dd146bb52d5efa to your computer and use it in GitHub Desktop.
Save MaoPU/4f3339dd146bb52d5efa to your computer and use it in GitHub Desktop.
praat update to 6.0.15 on AUR
pkgbase = praat
pkgdesc = A tool for 'Doing Phonetics by computer'
pkgver = 6.0.14
pkgrel = 1
url = http://www.fon.hum.uva.nl/praat/
arch = x86_64
arch = i686
license = GPL
depends = alsa-lib
depends = gtk2
optdepends = ttf-sil-fonts
source_x86_64 = http://www.fon.hum.uva.nl/praat/praat6014_linux64.tar.gz
md5sums_x86_64 = 9906a68882a98ecda1b25bfd897971ee
source_i686 = http://www.fon.hum.uva.nl/praat/praat6014_linux32.tar.gz
md5sums_i686 = 27a7decd067fd215fe425c68d39ee373
pkgname = praat
# Maintainer: jpate <jkpate@jkpate.net>
pkgname=praat
pkgver=6.0.14
pkgrel=1
pkgdesc="A tool for 'Doing Phonetics by computer'"
arch=('x86_64' 'i686')
url="http://www.fon.hum.uva.nl/praat/"
license=('GPL')
depends=( 'alsa-lib' 'gtk2' )
optdepends=( 'ttf-sil-fonts' )
source_i686=("http://www.fon.hum.uva.nl/praat/praat6014_linux32.tar.gz")
source_x86_64=("http://www.fon.hum.uva.nl/praat/praat6014_linux64.tar.gz")
md5sums_x86_64=('7f098df722ee973d9b955b0c3ef5b9fa')
md5sums_i686=('a3903d01b06514aa8f2223909cdda558')
package() {
install -Dm755 "$srcdir/praat" "$pkgdir/usr/bin/praat"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment