summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdis Vitolins2017-12-14 14:01:45 +0000
committerValdis Vitolins2017-12-14 14:01:45 +0000
commitb73f5bb9b4d91453f75372e529d769e6c567c6eb (patch)
tree6f8617cd2f51eca43d47d68baa250db5b2d1bc57
parentb4cac4f7179c5a97e8d2cd4ad872842485fe671d (diff)
downloadaur-mbrola-voices-ar1.tar.gz
Fix for actual file name and archive structure
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce3034c8d94..745eddfdf381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Valdis Vitolins <valdis.vitolins@odo.lv>
pkgname=mbrola-voices-ar1
-pkgver=001015
+pkgver=981103
pkgrel=1
_pkgfile=ar1
pkgdesc="An Arabic male voice for the MBROLA synthesizer"
@@ -13,11 +13,11 @@ source=("http://tcts.fpms.ac.be/synthesis/mbrola/dba/${_pkgfile}/${_pkgfile}-${p
sha256sums=('38e65ce5f667fc6a9ded5e8c45f1924f2b4cd920c12ba1fbc9dfbe190a573d42')
package(){
- cd "${srcdir}"
+ cd "${srcdir}/${_pkgfile}"
# Install license file
install -D -m 644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Install files
- for file in ar1 ar1.txt Test/*
+ for file in ar1 ar1.txt TEST/*
do
install -D -m 644 "${file}" "${pkgdir}/usr/share/mbrola/${_pkgfile}/${file}"
done