summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2015-09-15 19:13:13 +0200
committerAlbert Graef2015-09-15 19:13:13 +0200
commit5a7f63e8ab834e006b1983e6422f96d3b0e63543 (patch)
tree0e1a50d300d964ac5acaca8d66c67be96966de65
parentb7811aa51275853346972ac997d188dd46b2c57f (diff)
downloadaur-5a7f63e8ab834e006b1983e6422f96d3b0e63543.tar.gz
Revert bogus PKGBUILD changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 465acfabbba4..b05becdf1212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flite-fpic
pkgdesc = A lighweight version of festival speech synthesis compiled with -fPIC
pkgver = 1.4
- pkgrel = 5
+ pkgrel = 6
url = http://www.speech.cs.cmu.edu/flite/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6946d5717f39..bda2080a6149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=flite-fpic
_pkgname=flite
pkgver=1.4
-pkgrel=5
+pkgrel=6
pkgdesc="A lighweight version of festival speech synthesis compiled with -fPIC"
arch=('i686' 'x86_64')
url="http://www.speech.cs.cmu.edu/flite/"
@@ -27,6 +27,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}-${pkgver}-release"
- MAKEFLAGS="-j1" make prefix="${pkgdir}/usr" install
+ make prefix="${pkgdir}/usr" install
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}