* update umockdev to 0.18.4-1

This commit is contained in:
Alexander Baldeck 2024-10-05 13:28:05 +02:00
parent 9af3de4e22
commit 0b3d841919
2 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,13 @@
pkgbase = umockdev
pkgdesc = Record/mock hardware devices for bug reports and regression tests
pkgver = 0.18.3
pkgver = 0.18.4
pkgrel = 1
url = https://github.com/martinpitt/umockdev/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL
makedepends = meson
makedepends = gobject-introspection
@ -12,7 +16,7 @@ pkgbase = umockdev
depends = systemd
depends = libgudev
depends = libpcap
source = https://github.com/martinpitt/umockdev/releases/download/0.18.3/umockdev-0.18.3.tar.xz
sha256sums = aba95c323037c842f1617931260231b8557d119aa2891cbca8b811fcc559294a
source = https://github.com/martinpitt/umockdev/releases/download/0.18.4/umockdev-0.18.4.tar.xz
sha256sums = 115306f17be78f8c99e20652e2deccdd48df38736bf00eb4f43fefc3809a319c
pkgname = umockdev

View File

@ -4,7 +4,7 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=umockdev
pkgver=0.18.3
pkgver=0.18.4
pkgrel=1
pkgdesc="Record/mock hardware devices for bug reports and regression tests"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ license=('LGPL')
depends=('systemd' 'libgudev' 'libpcap')
makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
source=(https://github.com/martinpitt/umockdev/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('aba95c323037c842f1617931260231b8557d119aa2891cbca8b811fcc559294a')
sha256sums=('115306f17be78f8c99e20652e2deccdd48df38736bf00eb4f43fefc3809a319c')
build() {
cd $pkgname-$pkgver