* update umockdev to 0.18.4-1
This commit is contained in:
parent
9af3de4e22
commit
0b3d841919
@ -1,9 +1,13 @@
|
|||||||
pkgbase = umockdev
|
pkgbase = umockdev
|
||||||
pkgdesc = Record/mock hardware devices for bug reports and regression tests
|
pkgdesc = Record/mock hardware devices for bug reports and regression tests
|
||||||
pkgver = 0.18.3
|
pkgver = 0.18.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/martinpitt/umockdev/
|
url = https://github.com/martinpitt/umockdev/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = powerpc64le
|
||||||
|
arch = powerpc64
|
||||||
|
arch = powerpc
|
||||||
|
arch = riscv64
|
||||||
license = LGPL
|
license = LGPL
|
||||||
makedepends = meson
|
makedepends = meson
|
||||||
makedepends = gobject-introspection
|
makedepends = gobject-introspection
|
||||||
@ -12,7 +16,7 @@ pkgbase = umockdev
|
|||||||
depends = systemd
|
depends = systemd
|
||||||
depends = libgudev
|
depends = libgudev
|
||||||
depends = libpcap
|
depends = libpcap
|
||||||
source = https://github.com/martinpitt/umockdev/releases/download/0.18.3/umockdev-0.18.3.tar.xz
|
source = https://github.com/martinpitt/umockdev/releases/download/0.18.4/umockdev-0.18.4.tar.xz
|
||||||
sha256sums = aba95c323037c842f1617931260231b8557d119aa2891cbca8b811fcc559294a
|
sha256sums = 115306f17be78f8c99e20652e2deccdd48df38736bf00eb4f43fefc3809a319c
|
||||||
|
|
||||||
pkgname = umockdev
|
pkgname = umockdev
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
|
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
|
||||||
|
|
||||||
pkgname=umockdev
|
pkgname=umockdev
|
||||||
pkgver=0.18.3
|
pkgver=0.18.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Record/mock hardware devices for bug reports and regression tests"
|
pkgdesc="Record/mock hardware devices for bug reports and regression tests"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -13,7 +13,7 @@ license=('LGPL')
|
|||||||
depends=('systemd' 'libgudev' 'libpcap')
|
depends=('systemd' 'libgudev' 'libpcap')
|
||||||
makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
|
makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
|
||||||
source=(https://github.com/martinpitt/umockdev/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
|
source=(https://github.com/martinpitt/umockdev/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('aba95c323037c842f1617931260231b8557d119aa2891cbca8b811fcc559294a')
|
sha256sums=('115306f17be78f8c99e20652e2deccdd48df38736bf00eb4f43fefc3809a319c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user