* update uhttpmock to 0.11.0-1

This commit is contained in:
Alexander Baldeck 2024-08-15 06:34:27 +02:00
parent f3681ebac7
commit 281ae8db52
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = uhttpmock
pkgdesc = HTTP web service mocking project for projects which use libsoup
pkgver = 0.10.0
pkgver = 0.11.0
pkgrel = 1
url = https://gitlab.freedesktop.org/pwithnall/uhttpmock
arch = x86_64
@ -14,7 +14,7 @@ pkgbase = uhttpmock
depends = glib2
depends = glibc
depends = libsoup3
source = git+https://gitlab.freedesktop.org/pwithnall/uhttpmock.git#commit=38a95734050f35165dd8d222476dd0828d80cbfa
sha256sums = SKIP
source = git+https://gitlab.freedesktop.org/pwithnall/uhttpmock.git#tag=0.11.0
b2sums = 121a8a8b71cb6f3d7faa8c044670ce6de574fc6f92d54a47870477751ef17967c7d4858cae21bb21c8445dc30a95d060a552d100a6901d1adcbc297ae87f898e
pkgname = uhttpmock

View File

@ -0,0 +1,3 @@
[uhttpmock]
source = "git"
git = "https://gitlab.freedesktop.org/pwithnall/uhttpmock.git"

View File

@ -4,8 +4,8 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=uhttpmock
pkgver=0.10.0
pkgrel=2
pkgver=0.11.0
pkgrel=1
pkgdesc="HTTP web service mocking project for projects which use libsoup"
url="https://gitlab.freedesktop.org/pwithnall/uhttpmock"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -24,13 +24,10 @@ makedepends=(
vala
)
source=("git+https://gitlab.freedesktop.org/pwithnall/uhttpmock.git#tag=$pkgver")
b2sums=('19b3047ab71101741cf9f1ad004bc7ac2dbc7755a7aadcd75d551ef9d445ca99cf056663083e2213bd332bf02d4c45bab78172d9b8e11f67c53d44ed72f3f48c')
b2sums=('121a8a8b71cb6f3d7faa8c044670ce6de574fc6f92d54a47870477751ef17967c7d4858cae21bb21c8445dc30a95d060a552d100a6901d1adcbc297ae87f898e')
prepare() {
cd $pkgname
# HTTP/2 support - unbreak msgraph testsuite
git cherry-pick -n 46e86c50044e07c7427233495c0c21adfdb47891
}
build() {