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

Jelle van der Waa jelle at nymeria.archlinux.org
Sun Apr 21 08:36:15 UTC 2013


    Date: Sunday, April 21, 2013 @ 10:36:14
  Author: jelle
Revision: 88653

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-21 08:22:40 UTC (rev 88652)
+++ PKGBUILD	2013-04-21 08:36:14 UTC (rev 88653)
@@ -1,18 +0,0 @@
-# Maintainer: Paulo Matias <matiasΘarchlinux-br·org>
-
-pkgname=pstreams
-pkgver=0.7.0
-pkgrel=2
-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=('6154b8df98487bd28eb50ad85d5cdba0')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D -m644 pstream.h \
-    ${pkgdir}/usr/include/pstreams/pstream.h
-}

Copied: pstreams/repos/community-any/PKGBUILD (from rev 88652, pstreams/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-21 08:36:14 UTC (rev 88653)
@@ -0,0 +1,18 @@
+# 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
+}




More information about the arch-commits mailing list