Date: Saturday, June 2, 2018 @ 18:01:10
  Author: jelle
Revision: 338002

archrelease: copy trunk to community-any

Added:
  speakup-utils/repos/community-any/PKGBUILD
    (from rev 338000, speakup-utils/trunk/PKGBUILD)
Deleted:
  speakup-utils/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-02 18:01:04 UTC (rev 338001)
+++ PKGBUILD    2018-06-02 18:01:10 UTC (rev 338002)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <[email protected]>
-
-pkgname=speakup-utils
-pkgver=3.1.6
-pkgrel=3
-pkgdesc='Tiny utilities for controlling the Speakup screenreader'
-arch=('any')
-url="http://linux-speakup.org/";
-depends=('sh')
-license=('GPL2')
-source=("ftp://mirrors.easynews.com/linux/ftp.linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2";)
-md5sums=('d5698267098f63ea166e06c0bd769a03')
-
-package() {
-  cd speakup-$pkgver/tools
-  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
-  install -D -m755 talkwith "$pkgdir/usr/bin/talkwith"
-  cd ../man
-  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
-  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
-}

Copied: speakup-utils/repos/community-any/PKGBUILD (from rev 338000, 
speakup-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-06-02 18:01:10 UTC (rev 338002)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Chris Brannon <[email protected]>
+
+pkgname=speakup-utils
+pkgver=3.1.6
+pkgrel=4
+pkgdesc='Tiny utilities for controlling the Speakup screenreader'
+arch=('any')
+url="http://linux-speakup.org/";
+depends=('sh')
+license=('GPL2')
+source=("ftp://mirrors.easynews.com/linux/ftp.linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2";)
+md5sums=('d5698267098f63ea166e06c0bd769a03')
+
+package() {
+  cd speakup-$pkgver/tools
+  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
+  install -D -m755 talkwith "$pkgdir/usr/bin/talkwith"
+  cd ../man
+  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
+  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
+}

Reply via email to