kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / hurl
Commits:
7dc8012e by kpcyrd at 2024-08-29T18:09:22+02:00
upgpkg: 5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hurl
pkgdesc = Run and test HTTP requests with plain text
- pkgver = 4.3.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/Orange-OpenSource/hurl
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = hurl
depends = libxml2
depends = libxml2.so
options = !lto
- source =
https://github.com/Orange-OpenSource/hurl/archive/4.3.0/hurl-4.3.0.tar.gz
- sha256sums =
499f2430ee6b73b0414ab8aa3c9298be8276e7b404b13c76e4c02a86eb1db9cd
- b2sums =
7d5edc1709e36193a535593bbf058669b7f61f0637e117050cb85e0cb386aefed26c18a1c5f7f5964ca2649abb684e593acf15adcb1da74e39ca73f066eef610
+ source =
https://github.com/Orange-OpenSource/hurl/archive/5.0.0/hurl-5.0.0.tar.gz
+ sha256sums =
6d19d1b0ec7de44f33206b0dfd6c1c76ae61741fe9fcddd979359e061ed6f0e5
+ b2sums =
bfc046774ca429c762760f682b6b422612eec2c408fb2d8422e8872fb98b22ff1d110d325744d90e314168b9c1551ce4e509061cb5153c46ec4b0060daf3af89
pkgname = hurl
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=hurl
-pkgver=4.3.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="Run and test HTTP requests with plain text"
url='https://github.com/Orange-OpenSource/hurl'
@@ -18,8 +18,8 @@ makedepends=(
)
options=(!lto)
source=(https://github.com/Orange-OpenSource/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('499f2430ee6b73b0414ab8aa3c9298be8276e7b404b13c76e4c02a86eb1db9cd')
-b2sums=('7d5edc1709e36193a535593bbf058669b7f61f0637e117050cb85e0cb386aefed26c18a1c5f7f5964ca2649abb684e593acf15adcb1da74e39ca73f066eef610')
+sha256sums=('6d19d1b0ec7de44f33206b0dfd6c1c76ae61741fe9fcddd979359e061ed6f0e5')
+b2sums=('bfc046774ca429c762760f682b6b422612eec2c408fb2d8422e8872fb98b22ff1d110d325744d90e314168b9c1551ce4e509061cb5153c46ec4b0060daf3af89')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -46,20 +46,17 @@ package() {
docs/manual/hurl.1 \
docs/manual/hurlfmt.1
- # install completions (available in next release)
- if [ -d completions ]; then
- echo "TODO: add completions"
- fi
-# install -Dm 644 completions/hurl.bash
"${pkgdir}/usr/share/bash-completion/completions/hurl"
-# install -Dm 644 completions/hurlfmt.bash
"${pkgdir}/usr/share/bash-completion/completions/hurlfmt"
-#
-# install -Dm 644 -t "${pkgdir}/usr/share/zsh/site-functions" \
-# _hurl \
-# _hurlfmt
-#
-# install -Dm 644 -t "${pkgdir}/usr/share/fish/vendor_completions.d" \
-# hurl.fish \
-# hurlfmt.fish
+ # install completions
+ install -Dm 644 completions/hurl.bash
"${pkgdir}/usr/share/bash-completion/completions/hurl"
+ install -Dm 644 completions/hurlfmt.bash
"${pkgdir}/usr/share/bash-completion/completions/hurlfmt"
+
+ install -Dm 644 -t "${pkgdir}/usr/share/zsh/site-functions" \
+ completions/_hurl \
+ completions/_hurlfmt
+
+ install -Dm 644 -t "${pkgdir}/usr/share/fish/vendor_completions.d" \
+ completions/hurl.fish \
+ completions/hurlfmt.fish
}
# vim: ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hurl/-/commit/7dc8012e6a72bba868da2c3eb26e4753bb80d3ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hurl/-/commit/7dc8012e6a72bba868da2c3eb26e4753bb80d3ed
You're receiving this email because of your account on gitlab.archlinux.org.