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

Jelle van der Waa jelle at nymeria.archlinux.org
Sat Jun 7 18:14:15 UTC 2014


    Date: Saturday, June 7, 2014 @ 20:14:14
  Author: jelle
Revision: 112809

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-07 18:14:04 UTC (rev 112808)
+++ PKGBUILD	2014-06-07 18:14:14 UTC (rev 112809)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=pstreams
-pkgver=0.8.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=('1d1188f30581dcdbd62893b66c08fbc4')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D -m644 pstream.h \
-    ${pkgdir}/usr/include/pstreams/pstream.h
-}

Copied: pstreams/repos/community-any/PKGBUILD (from rev 112808, pstreams/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-07 18:14:14 UTC (rev 112809)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+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
+}




More information about the arch-commits mailing list