Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / libstrophe
Commits: 2696096d by Frederik Schwan at 2024-02-04T13:36:03+01:00 fix SPDX license identifier and dependencies - - - - - 11934902 by Frederik Schwan at 2024-02-04T13:37:13+01:00 upgpkg: 1:0.13.0-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,17 +1,18 @@ pkgbase = libstrophe pkgdesc = Simple, lightweight C library for writing XMPP clients pkgver = 0.13.0 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = http://strophe.im/libstrophe/ arch = x86_64 - license = GPL3 + license = GPL-3.0-only license = MIT checkdepends = check makedepends = doxygen depends = glibc depends = openssl depends = expat + depends = zlib source = https://github.com/strophe/libstrophe/archive/0.13.0/libstrophe-0.13.0.tar.gz sha512sums = 87325d5e846d02d919d5727a93f3e318abefe1f2a9114a9dc8a4c6e0bbdcb90cbd14585c262d2958bbffbd41ac1fa71d79374a92046f4fc020f3d6e51df24304 b2sums = bc64ec6b48f0a95f33b8cff9d16ba93f07cd3bb96a92fbee367affcb0deb53a0b02e2ee8a1e85dfd67361c0bea35cfc211c946e94e433b86c082d51cc8e0d752 @@ -20,6 +21,7 @@ pkgname = libstrophe depends = glibc depends = openssl depends = expat + depends = zlib depends = libexpat.so provides = libstrophe.so ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ pkgbase=libstrophe pkgname=('libstrophe' 'libstrophe-doc') pkgver=0.13.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Simple, lightweight C library for writing XMPP clients' url='http://strophe.im/libstrophe/' arch=('x86_64') -license=('GPL3' 'MIT') -depends=('glibc' 'openssl' 'expat') +license=('GPL-3.0-only' 'MIT') +depends=('glibc' 'openssl' 'expat' 'zlib') makedepends=('doxygen') checkdepends=('check') source=(https://github.com/strophe/libstrophe/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libstrophe/-/compare/f206d393b65fd63b1d2baa79e2d98767e9062b83...11934902070b4c8cf95a10495e010aa8b0dc92b1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libstrophe/-/compare/f206d393b65fd63b1d2baa79e2d98767e9062b83...11934902070b4c8cf95a10495e010aa8b0dc92b1 You're receiving this email because of your account on gitlab.archlinux.org.