Balló György pushed to branch main at Arch Linux / Packaging / Packages / serf
Commits:
88ba4387 by Balló György at 2024-12-12T20:06:03+01:00
upgpkg: 1.3.10-2: Add missing krb5 dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,14 @@
pkgbase = serf
pkgdesc = High-performance asynchronous HTTP client library
pkgver = 1.3.10
- pkgrel = 1
+ pkgrel = 2
url = https://serf.apache.org
arch = x86_64
license = Apache
+ makedepends = db
makedepends = scons
depends = apr-util
+ 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
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=serf
pkgver=1.3.10
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance asynchronous HTTP client library"
arch=('x86_64')
url="https://serf.apache.org"
license=('Apache')
-depends=('apr-util')
-makedepends=('scons')
+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'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/serf/-/commit/88ba43874aa992281ec5fc3769cb72a9cac544ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/serf/-/commit/88ba43874aa992281ec5fc3769cb72a9cac544ba
You're receiving this email because of your account on gitlab.archlinux.org.