Date: Saturday, December 15, 2018 @ 20:59:13
  Author: maximbaz
Revision: 416413

archrelease: copy trunk to community-x86_64

Added:
  espeak/repos/community-x86_64/PKGBUILD
    (from rev 416412, espeak/trunk/PKGBUILD)
Deleted:
  espeak/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-15 20:59:04 UTC (rev 416412)
+++ PKGBUILD    2018-12-15 20:59:13 UTC (rev 416413)
@@ -1,33 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
-# Contributor: Mateusz Herych <heni...@gmail.com>
-# Contributor: Christoph Siegenthaler <c...@gmx.ch>
-
-pkgname=espeak
-pkgver=1.48.04
-pkgrel=2
-epoch=1
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64')
-url='http://espeak.sourceforge.net/'
-license=('GPL')
-depends=('portaudio' 'libpulse')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
-sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
-
-build() {
-  cd "$pkgname-$pkgver-source/src"
-
-  cp portaudio19.h portaudio.h
-  make CXXFLAGS="$CXXFLAGS -w -std=c++98" AUDIO=pulseaudio
-}
-
-package() {
-  cd "$pkgname-$pkgver-source/src"
-
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/usr/lib/libespeak.a"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 416412, 
espeak/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-15 20:59:13 UTC (rev 416413)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Mateusz Herych <heni...@gmail.com>
+# Contributor: Christoph Siegenthaler <c...@gmx.ch>
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=2
+epoch=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd "$pkgname-$pkgver-source/src"
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS="$CXXFLAGS -w -std=c++98" AUDIO=pulseaudio
+}
+
+package() {
+  cd "$pkgname-$pkgver-source/src"
+
+  make DESTDIR="$pkgdir" install
+  chmod 644 "$pkgdir/usr/lib/libespeak.a"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to