[arch-commits] Commit in httpie/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Nov 4 20:11:47 UTC 2018
Date: Sunday, November 4, 2018 @ 20:11:47
Author: jelle
Revision: 401519
upgpkg: httpie 1.0.0-1
Modified:
httpie/trunk/PKGBUILD
----------+
PKGBUILD | 21 ++++-----------------
1 file changed, 4 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-04 19:59:23 UTC (rev 401518)
+++ PKGBUILD 2018-11-04 20:11:47 UTC (rev 401519)
@@ -2,8 +2,8 @@
# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
pkgname=httpie
-pkgver=0.9.9
-pkgrel=6
+pkgver=1.0.0
+pkgrel=1
pkgdesc="cURL for humans"
url="https://github.com/jakubroztocil/httpie"
depends=('python-requests' 'python-pygments' 'python-setuptools')
@@ -12,22 +12,9 @@
replaces=(python-httpie python2-httpie)
license=('BSD')
arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz"
- "https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch"
- "https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch")
-sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
- 'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
- '2d0245bdecb2ccb122e927b263affed1cad68374')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz")
+sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
-prepare() {
- cd $pkgname-$pkgver
-
- # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
- patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
- # https://github.com/jakubroztocil/httpie/pull/584
- patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
-}
-
build() {
cd $pkgname-$pkgver
python3 setup.py build
More information about the arch-commits
mailing list