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