Date: Tuesday, July 1, 2014 @ 16:49:09
  Author: spupykin
Revision: 114354

archrelease: copy trunk to community-any

Added:
  pyrtf/repos/community-any/PKGBUILD
    (from rev 114353, pyrtf/trunk/PKGBUILD)
Deleted:
  pyrtf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-07-01 14:49:01 UTC (rev 114353)
+++ PKGBUILD    2014-07-01 14:49:09 UTC (rev 114354)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: William Rea <[email protected]>
-# Contributor: Andrew Conkling <[email protected]>
-
-pkgname=pyrtf
-pkgver=0.45
-pkgrel=5
-pkgdesc="A set of Python classes that make it possible to produce RTF 
documents from Python programs."
-arch=('any')
-url="http://pyrtf.sourceforge.net";
-license=('GPL')
-depends=('python2')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/PyRTF-$pkgver.tar.gz)
-md5sums=('6da40728b27c6a0150291f19c3f2ceb9')
-
-build() {
-  cd $srcdir/PyRTF-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: pyrtf/repos/community-any/PKGBUILD (from rev 114353, 
pyrtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-07-01 14:49:09 UTC (rev 114354)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: William Rea <[email protected]>
+# Contributor: Andrew Conkling <[email protected]>
+
+pkgname=pyrtf
+pkgver=0.45
+pkgrel=6
+pkgdesc="A set of Python classes that make it possible to produce RTF 
documents from Python programs."
+arch=('any')
+url="http://pyrtf.sourceforge.net";
+license=('GPL')
+depends=('python2')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/PyRTF-$pkgver.tar.gz)
+md5sums=('6da40728b27c6a0150291f19c3f2ceb9')
+
+package() {
+  cd $srcdir/PyRTF-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Reply via email to