testing/libvmime: upgrade to 0.9.2.175-2 with commithash d03ad5f0f6d3b2d54009ccdc7d1f7670218b263c

This commit is contained in:
Noel Kuntze 2024-03-10 09:55:04 +01:00 committed by Natanael Copa
parent be77015b1a
commit 105fa9e658

View File

@ -1,7 +1,7 @@
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname=libvmime
pkgver=0.9.2.175
_commithash=fc69321d5304c73be685c890f3b30528aadcfeaf
_commithash=d03ad5f0f6d3b2d54009ccdc7d1f7670218b263c
pkgrel=0
pkgdesc="Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP"
url="https://www.vmime.org/"
@ -22,7 +22,9 @@ makedepends="
"
checkdepends="icu-data-full"
subpackages="$pkgname-dbg $pkgname-dev"
source="$pkgname-$pkgver-$_commithash.tar.gz::https://github.com/kisli/vmime/archive/fc69321d5304c73be685c890f3b30528aadcfeaf.tar.gz"
source="$pkgname-$pkgver-$_commithash.tar.gz::https://github.com/kisli/vmime/archive/$_commithash.tar.gz"
options="!check" # test suite fails
builddir="$srcdir/vmime-$_commithash"
@ -39,6 +41,7 @@ build() {
$CMAKE_CROSSOPTS .
cmake --build .
}
check() {
LANG=C.UTF-8 build/bin/run-tests
}
@ -47,5 +50,5 @@ package() {
DESTDIR="$pkgdir" cmake --install .
}
sha512sums="
a38dd4be95026738876c0328299f39e8b7fc17db14f0c89443bcda241894d49a22afb5e2bb9a13d087510e1db04a2c4d4691ff597db2a82fad4886b23b30c211 libvmime-0.9.2.175-fc69321d5304c73be685c890f3b30528aadcfeaf.tar.gz
a7bf716d23f5f3af05929be31cc68dfd90fa6d3b60d01f38ebfb3c4934263745d62b5f22e654e7176f2edf36e489d3ac0feec81e0f74e7cb43afa615640c4136 libvmime-0.9.2.175-d03ad5f0f6d3b2d54009ccdc7d1f7670218b263c.tar.gz
"