* update serf to 1.3.10-2
This commit is contained in:
parent
d02e8099f8
commit
bd91c05223
@ -1,7 +1,7 @@
|
||||
pkgbase = serf
|
||||
pkgdesc = High-performance asynchronous HTTP client library
|
||||
pkgver = 1.3.10
|
||||
pkgrel = 1.1
|
||||
pkgrel = 2
|
||||
url = https://serf.apache.org
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -9,11 +9,12 @@ pkgbase = serf
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = Apache
|
||||
makedepends = db
|
||||
makedepends = scons
|
||||
depends = apr-util
|
||||
depends = db
|
||||
source = https://downloads.apache.org/serf/serf-1.3.10.tar.bz2
|
||||
source = https://downloads.apache.org/serf/serf-1.3.10.tar.bz2.asc
|
||||
depends = krb5
|
||||
source = https://www.apache.org/dist/serf/serf-1.3.10.tar.bz2
|
||||
source = https://www.apache.org/dist/serf/serf-1.3.10.tar.bz2.asc
|
||||
source = openssl3-ERR_GET_FUNC.patch
|
||||
validpgpkeys = C236283C970D2C3CFEEB4936BF35CF0078383142
|
||||
validpgpkeys = E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74
|
||||
|
@ -4,14 +4,14 @@
|
||||
|
||||
pkgname=serf
|
||||
pkgver=1.3.10
|
||||
pkgrel=1.1
|
||||
pkgrel=2
|
||||
pkgdesc="High-performance asynchronous HTTP client library"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://serf.apache.org"
|
||||
license=('Apache')
|
||||
depends=('apr-util' 'db')
|
||||
makedepends=('scons')
|
||||
source=(https://downloads.apache.org/serf/${pkgname}-${pkgver}.tar.bz2{,.asc}
|
||||
depends=('apr-util' 'krb5')
|
||||
makedepends=('db' 'scons')
|
||||
source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc}
|
||||
openssl3-ERR_GET_FUNC.patch)
|
||||
validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142'
|
||||
'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74')
|
||||
|
Loading…
x
Reference in New Issue
Block a user