[arch-commits] Commit in tinyserial/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu May 31 01:48:21 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:48:20
  Author: kkeen
Revision: 333773

archrelease: copy trunk to community-x86_64

Added:
  tinyserial/repos/community-x86_64/PKGBUILD
    (from rev 333772, tinyserial/trunk/PKGBUILD)
Deleted:
  tinyserial/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 01:48:08 UTC (rev 333772)
+++ PKGBUILD	2018-05-31 01:48:20 UTC (rev 333773)
@@ -1,24 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Jens Adam (byte/jra) <jra at byte.cx>
-
-pkgname=tinyserial
-pkgver=20090305
-pkgrel=2
-pkgdesc="Small minicom replacement for accessing serial ports on Linux inspired by FreeBSD 'tip'"
-url="http://brokestream.com/tinyserial.html"
-license=(BSD)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(http://brokestream.com/com.c)
-sha1sums=('720a3ec74eddd6799c0ca55ef50479a160a55b73')
-
-build() {
-  gcc $CFLAGS $LDFLAGS -o com com.c
-}
-
-package() {
-  install -D com "$pkgdir"/usr/bin/com
-
-  sed -n '16,36p' com.c > license.txt
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/tinyserial/license.txt
-}

Copied: tinyserial/repos/community-x86_64/PKGBUILD (from rev 333772, tinyserial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 01:48:20 UTC (rev 333773)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Jens Adam (byte/jra) <jra at byte.cx>
+
+pkgname=tinyserial
+pkgver=20090305
+pkgrel=3
+pkgdesc="Small minicom replacement for accessing serial ports on Linux inspired by FreeBSD 'tip'"
+url="http://brokestream.com/tinyserial.html"
+license=('BSD')
+arch=('x86_64')
+depends=('glibc')
+source=("http://brokestream.com/com.c")
+sha1sums=('720a3ec74eddd6799c0ca55ef50479a160a55b73')
+
+build() {
+  gcc $CFLAGS $LDFLAGS -o com com.c
+}
+
+package() {
+  install -D com "$pkgdir/usr/bin/com"
+
+  sed -n '16,36p' com.c > license.txt
+  install -Dm644 license.txt "$pkgdir/usr/share/licenses/tinyserial/license.txt"
+}



More information about the arch-commits mailing list