summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2020-04-04 00:02:34 +0200
committerMuflone2020-04-04 00:02:34 +0200
commitee9cc385cbd677f10e235869f80383c6ebf25cc8 (patch)
tree87b7f35d1ef6ac3d8470c8c372a9cb9142c37612
parent001ba5209a9fa34751389d280e9c8f23c74b76d8 (diff)
downloadaur-ee9cc385cbd677f10e235869f80383c6ebf25cc8.tar.gz
Updated package mbrola-voices-fr5 1:15.6fa9693-1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD47
2 files changed, 44 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3eda451e39..86e9ddf4f46f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,23 @@
pkgbase = mbrola-voices-fr5
pkgdesc = A French Belgian voice for the MBROLA synthesizer
- pkgver = 991020
+ pkgver = 15.6fa9693
pkgrel = 1
- url = http://tcts.fpms.ac.be/synthesis/mbrola.html
+ epoch = 1
+ url = https://github.com/numediart/MBROLA-voices/
arch = any
- groups = mbrola-voices-fr
groups = mbrola-voices
license = custom
depends = mbrola
- source = http://tcts.fpms.ac.be/synthesis/mbrola/dba/fr5/fr5-991020.zip
- md5sums = 2ebf4105702ab2aa037491338ed05ebb
+ source = https://github.com/numediart/MBROLA-voices/raw/6fa9693c09bc98f21a519dd9460340db964bacab/data/fr5/fr5
+ source = https://github.com/numediart/MBROLA-voices/raw/6fa9693c09bc98f21a519dd9460340db964bacab/data/fr5/license.txt
+ source = https://github.com/numediart/MBROLA-voices/raw/6fa9693c09bc98f21a519dd9460340db964bacab/data/fr5/README.txt
+ source = https://github.com/numediart/MBROLA-voices/raw/6fa9693c09bc98f21a519dd9460340db964bacab/data/fr5/TEST/bonjour.pho
+ source = https://github.com/numediart/MBROLA-voices/raw/6fa9693c09bc98f21a519dd9460340db964bacab/data/fr5/TEST/carte.pho
+ sha256sums = f840031f8267c5eb21f40a94099f170ad6a0871949568bbabbe3287415de79dd
+ sha256sums = 7098e6d2442f532816a3f4f9e685c28a24deaebad85fa21dee7dc8f14ec82331
+ sha256sums = dbae84598dba221117f6bc86925dd0c4f9e28adddde06880f65032efb8c576e3
+ sha256sums = 631ac0560fdc53d49d146fa4b97e3d7e4b3e3dc4c9dc25740fc6c1ca0d9cd490
+ sha256sums = f3e5989d4c90e98901f0404d0623197558dce13e9bf70dde65dfbf664f74563e
pkgname = mbrola-voices-fr5
diff --git a/PKGBUILD b/PKGBUILD
index 6596da54d581..b88fe7b42599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,41 @@
-# Maintainer: Muflone <webreg@vbsimple.net>
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
# Contributor: wido <widomaker2k7@gmail.com>
# Contributor: Changaco <me@changaco.net>
+
pkgname=mbrola-voices-fr5
-pkgver=991020
+pkgver=15.6fa9693
pkgrel=1
-_pkgfile=fr5
+epoch=1
+_pkgfile="${pkgname/mbrola-voices-/}"
+_commit=6fa9693c09bc98f21a519dd9460340db964bacab
pkgdesc="A French Belgian voice for the MBROLA synthesizer"
-arch=(any)
-url="http://tcts.fpms.ac.be/synthesis/mbrola.html"
-groups=(mbrola-voices-fr mbrola-voices)
-depends=(mbrola)
-license=(custom)
-source=("http://tcts.fpms.ac.be/synthesis/mbrola/dba/${_pkgfile}/${_pkgfile}-${pkgver}.zip")
-md5sums=('2ebf4105702ab2aa037491338ed05ebb')
+arch=('any')
+url="https://github.com/numediart/MBROLA-voices/"
+groups=('mbrola-voices')
+depends=('mbrola')
+license=('custom')
+source=("https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/${_pkgfile}"
+ "https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/license.txt"
+ "https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/README.txt"
+ "https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/TEST/bonjour.pho"
+ "https://github.com/numediart/MBROLA-voices/raw/${_commit}/data/${_pkgfile}/TEST/carte.pho")
+sha256sums=('f840031f8267c5eb21f40a94099f170ad6a0871949568bbabbe3287415de79dd'
+ '7098e6d2442f532816a3f4f9e685c28a24deaebad85fa21dee7dc8f14ec82331'
+ 'dbae84598dba221117f6bc86925dd0c4f9e28adddde06880f65032efb8c576e3'
+ '631ac0560fdc53d49d146fa4b97e3d7e4b3e3dc4c9dc25740fc6c1ca0d9cd490'
+ 'f3e5989d4c90e98901f0404d0623197558dce13e9bf70dde65dfbf664f74563e')
package(){
- cd "${srcdir}/${_pkgfile}"
# Install license file
- install -D -m 644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ ln -s "../../mbrola/${_pkgfile}/README.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -m 644 -D "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Install files
- for file in fr5 fr5.txt TEST/*
- do
- install -D -m 644 "${file}" "${pkgdir}/usr/share/mbrola/${_pkgfile}/${file}"
- done
+ install -m 755 -d "${pkgdir}/usr/share/mbrola/${_pkgfile}"
+ install -m 644 -t "${pkgdir}/usr/share/mbrola/${_pkgfile}" \
+ "${_pkgfile}" README.txt
+ # Install test files
+ install -m 755 -d "${pkgdir}/usr/share/mbrola/${_pkgfile}/TEST"
+ install -m 644 -t "${pkgdir}/usr/share/mbrola/${_pkgfile}/TEST" \
+ bonjour.pho carte.pho
}