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

Florian Pritz bluewind at nymeria.archlinux.org
Fri Jul 11 10:14:34 UTC 2014


    Date: Friday, July 11, 2014 @ 12:14:33
  Author: bluewind
Revision: 115431

archrelease: copy trunk to community-any

Added:
  ix/repos/community-any/PKGBUILD
    (from rev 115430, ix/trunk/PKGBUILD)
Deleted:
  ix/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-11 10:14:30 UTC (rev 115430)
+++ PKGBUILD	2014-07-11 10:14:33 UTC (rev 115431)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <flo at xinu.at
-pkgname=ix
-pkgver=0.4
-pkgrel=4
-pkgdesc="client for the ix.io pastebin"
-arch=('any')
-url="http://ix.io"
-license=('unknown')
-depends=('python2')
-source=(http://ix.io/client)
-md5sums=('919431495c143cb810e76d650aa5e38d')
-
-package() {
-  cd "$srcdir"
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' client
-  install -D -m755 client "$pkgdir/usr/bin/ix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ix/repos/community-any/PKGBUILD (from rev 115430, ix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-11 10:14:33 UTC (rev 115431)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Florian Pritz <flo at xinu.at
+pkgname=ix
+pkgver=0.4
+pkgrel=5
+pkgdesc="client for the ix.io pastebin"
+arch=('any')
+url="http://ix.io"
+license=('unknown')
+depends=('python2')
+source=(http://ix.io/client)
+md5sums=('919431495c143cb810e76d650aa5e38d')
+
+package() {
+  cd "$srcdir"
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' client
+  install -D -m755 client "$pkgdir/usr/bin/ix"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list