[arch-commits] Commit in httpie/trunk (PKGBUILD)
Daniel Micay
thestinger at archlinux.org
Thu Feb 19 04:22:09 UTC 2015
Date: Thursday, February 19, 2015 @ 05:22:09
Author: thestinger
Revision: 127969
upgpkg: httpie 0.9.1-1
Modified:
httpie/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-19 00:53:55 UTC (rev 127968)
+++ PKGBUILD 2015-02-19 04:22:09 UTC (rev 127969)
@@ -3,8 +3,8 @@
# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
pkgname=httpie
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="cURL for humans"
url="https://github.com/jkbr/httpie"
depends=('python-requests' 'python-pygments')
@@ -14,15 +14,15 @@
license=('BSD')
arch=('any')
source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz")
-md5sums=('d78b17be565886f018bff05d6a292a75')
+md5sums=('eaa335be79938c3c0969056a5e392c58')
build() {
- cd "$srcdir/httpie-$pkgver"
- python3 setup.py build
+ cd httpie-$pkgver
+ python3 setup.py build
}
package() {
- cd "$srcdir/httpie-$pkgver"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
- python3 setup.py install --root="$pkgdir" --optimize=1
+ cd httpie-$pkgver
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+ python3 setup.py install --root="$pkgdir" --optimize=1
}
More information about the arch-commits
mailing list