This commit is contained in:
joborun linux 2023-05-30 20:24:31 +03:00
parent 08c5fa3f69
commit 91de9ed856
2 changed files with 11 additions and 13 deletions

View file

@ -7,10 +7,10 @@
pkgbase=curl
pkgname=(curl libcurl-compat libcurl-gnutls)
_tag='4ac817f9884c538e1343219facae19d93a42778c' # git rev-parse v${_tag_name}
_tag_name='8_1_1'
_tag='1e205e63e5157a63cd0854429008a7ef201b59c4' # git rev-parse v${_tag_name}
_tag_name='8_1_2'
pkgver="${_tag_name//_/.}"
pkgrel=02
pkgrel=01
pkgdesc='command line tool and library for transferring data with URLs - w/o ipv6 & zstd'
url='https://curl.se'
#options=(debug) # uncomment this to produce debug package
@ -30,8 +30,8 @@ _backports=(
# # urlapi: allow numerical parts in the host name
# '92772e6d395bbdda0e7822d980caf86e8c4aa51c'
#
# http2: fix EOF handling on uploads with auth negotiation
5c58cb0212bcf63cce33a974906bf9905948b4bb
# # http2: fix EOF handling on uploads with auth negotiation
# 5c58cb0212bcf63cce33a974906bf9905948b4bb
)
_reverts=(
@ -182,6 +182,6 @@ validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
sha256sums=(SKIP)
## ff082134ff34002187d1eaa5427c50a36a18baa846596087c72bfccb51dd3a47 curl-8.1.1-02-x86_64.pkg.tar.lz
## 9557572f45799785536032eceff6f07aa8e4e01a36c65346984f49572c84a0ca libcurl-compat-8.1.1-02-x86_64.pkg.tar.lz
## 8b2f4abdc39a07b4bf6ba8c29b2d5c70bb6e87d6e57f3199b7b46d38d90bd74a libcurl-gnutls-8.1.1-02-x86_64.pkg.tar.lz
## c8d4ca170fea03bcd9578b81d7639e971998cc039ec232f41ba0cf35e97597df curl-8.1.2-01-x86_64.pkg.tar.lz
## ab5971b7eb8def0da5989885508f4bb245313cca1d0e546ca3a2c093c7592711 libcurl-compat-8.1.2-01-x86_64.pkg.tar.lz
## cbecbd4ad9922728e80c3342c502c4bb09a26d7628cc3e7197b0e9d93b6115cb libcurl-gnutls-8.1.2-01-x86_64.pkg.tar.lz

View file

@ -6,10 +6,10 @@
pkgbase=curl
pkgname=(curl libcurl-compat libcurl-gnutls)
_tag='4ac817f9884c538e1343219facae19d93a42778c' # git rev-parse v${_tag_name}
_tag_name='8_1_1'
_tag='1e205e63e5157a63cd0854429008a7ef201b59c4' # git rev-parse v${_tag_name}
_tag_name='8_1_2'
pkgver="${_tag_name//_/.}"
pkgrel=2
pkgrel=1
pkgdesc='command line tool and library for transferring data with URLs'
arch=('x86_64')
url='https://curl.se/'
@ -24,8 +24,6 @@ source=("git+https://github.com/bagder/curl.git#tag=${_tag}?signed")
sha512sums=('SKIP')
_backports=(
# http2: fix EOF handling on uploads with auth negotiation
5c58cb0212bcf63cce33a974906bf9905948b4bb
)
_reverts=(