diff --git a/uhttpmock/.SRCINFO b/uhttpmock/.SRCINFO index 292e32f379..6890ca1314 100644 --- a/uhttpmock/.SRCINFO +++ b/uhttpmock/.SRCINFO @@ -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 diff --git a/uhttpmock/.nvchecker.toml b/uhttpmock/.nvchecker.toml new file mode 100644 index 0000000000..9ef74eacf5 --- /dev/null +++ b/uhttpmock/.nvchecker.toml @@ -0,0 +1,3 @@ +[uhttpmock] +source = "git" +git = "https://gitlab.freedesktop.org/pwithnall/uhttpmock.git" diff --git a/uhttpmock/PKGBUILD b/uhttpmock/PKGBUILD index 4968800a7a..69ae8c7cde 100644 --- a/uhttpmock/PKGBUILD +++ b/uhttpmock/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Jan de Groot 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() {