[arch-commits] Commit in pstreams/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Feb 19 19:38:35 UTC 2018


    Date: Monday, February 19, 2018 @ 19:38:35
  Author: jelle
Revision: 296411

archrelease: copy trunk to community-any

Added:
  pstreams/repos/community-any/PKGBUILD
    (from rev 296410, pstreams/trunk/PKGBUILD)
Deleted:
  pstreams/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 19:38:12 UTC (rev 296410)
+++ PKGBUILD	2018-02-19 19:38:35 UTC (rev 296411)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=pstreams
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
-arch=('any')
-url='http://pstreams.sourceforge.net'
-license=('LGPL')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('809d0650ac23c063b908607033747a9a')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D -m644 pstream.h \
-    ${pkgdir}/usr/include/pstreams/pstream.h
-}

Copied: pstreams/repos/community-any/PKGBUILD (from rev 296410, pstreams/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-19 19:38:35 UTC (rev 296411)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=pstreams
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
+arch=('any')
+url='http://pstreams.sourceforge.net'
+license=('LGPL')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('23199e3d12a644a2a0c66ec889d4c064')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D -m644 pstream.h \
+    ${pkgdir}/usr/include/pstreams/pstream.h
+}



More information about the arch-commits mailing list