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

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Apr 28 01:50:15 UTC 2013


    Date: Sunday, April 28, 2013 @ 03:50:15
  Author: cinelli
Revision: 89203

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
    (from rev 89202, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-28 01:47:15 UTC (rev 89202)
+++ PKGBUILD	2013-04-28 01:50:15 UTC (rev 89203)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
-
-pkgname=httpie
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="cURL for humans"
-url="https://github.com/jkbr/httpie"
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz")
-md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
-
-build() {
-    cd "$srcdir/httpie-$pkgver"
-    python3 setup.py build
-}
-
-package() {
-    cd "$srcdir/httpie-$pkgver"
-    python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 89202, httpie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-28 01:50:15 UTC (rev 89203)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
+
+pkgname=httpie
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie"
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz")
+md5sums=('ada50384b8acb4726638e48d521cce3d')
+
+build() {
+    cd "$srcdir/httpie-$pkgver"
+    python3 setup.py build
+}
+
+package() {
+    cd "$srcdir/httpie-$pkgver"
+    python3 setup.py install --root="$pkgdir" --optimize=1
+}




More information about the arch-commits mailing list