Date: Thursday, August 15, 2013 @ 01:21:23 Author: thestinger Revision: 95600
upgpkg: httpie 0.6.0-2 Modified: httpie/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-14 23:15:17 UTC (rev 95599) +++ PKGBUILD 2013-08-14 23:21:23 UTC (rev 95600) @@ -4,7 +4,7 @@ pkgname=httpie pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="cURL for humans" url="https://github.com/jkbr/httpie" depends=('python-requests' 'python-pygments') @@ -23,5 +23,6 @@ package() { cd "$srcdir/httpie-$pkgver" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE" python3 setup.py install --root="$pkgdir" --optimize=1 }
