Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / uhttpmock
Commits:
fb680c74 by Jan Alexander Steffens (heftig) at 2024-06-18T23:33:43+02:00
0.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = uhttpmock
pkgdesc = HTTP web service mocking project for projects which use
libsoup
- pkgver = 0.10.0
- pkgrel = 2
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://gitlab.freedesktop.org/pwithnall/uhttpmock
arch = x86_64
license = LGPL-2.1-or-later
@@ -14,7 +14,7 @@ pkgbase = uhttpmock
depends = glib2
depends = glibc
depends = libsoup3
- source =
git+https://gitlab.freedesktop.org/pwithnall/uhttpmock.git#tag=0.10.0
- b2sums =
19b3047ab71101741cf9f1ad004bc7ac2dbc7755a7aadcd75d551ef9d445ca99cf056663083e2213bd332bf02d4c45bab78172d9b8e11f67c53d44ed72f3f48c
+ source =
git+https://gitlab.freedesktop.org/pwithnall/uhttpmock.git#tag=0.11.0
+ b2sums =
121a8a8b71cb6f3d7faa8c044670ce6de574fc6f92d54a47870477751ef17967c7d4858cae21bb21c8445dc30a95d060a552d100a6901d1adcbc297ae87f898e
pkgname = uhttpmock
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Jan de Groot <[email protected]>
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)
@@ -23,13 +23,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() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uhttpmock/-/commit/fb680c743b8f888098ba936351dbe1864f4eb695
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uhttpmock/-/commit/fb680c743b8f888098ba936351dbe1864f4eb695
You're receiving this email because of your account on gitlab.archlinux.org.