Date: Sunday, December 25, 2016 @ 13:21:45
  Author: jelle
Revision: 201846

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-25 13:21:30 UTC (rev 201845)
+++ PKGBUILD    2016-12-25 13:21:45 UTC (rev 201846)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-
-pkgname=pstreams
-pkgver=0.8.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=('d74bfa3fb292a7a0461cf0b7a240fe0f')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D -m644 pstream.h \
-    ${pkgdir}/usr/include/pstreams/pstream.h
-}

Copied: pstreams/repos/community-any/PKGBUILD (from rev 201845, 
pstreams/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-12-25 13:21:45 UTC (rev 201846)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+
+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
+}

Reply via email to