* update umockdev to 0.18.3-1
This commit is contained in:
parent
48cfa2a683
commit
74e88dccb1
18
umockdev/.SRCINFO
Normal file
18
umockdev/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = umockdev
|
||||
pkgdesc = Record/mock hardware devices for bug reports and regression tests
|
||||
pkgver = 0.18.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/martinpitt/umockdev/
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
makedepends = meson
|
||||
makedepends = gobject-introspection
|
||||
makedepends = gtk-doc
|
||||
makedepends = vala
|
||||
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
|
||||
|
||||
pkgname = umockdev
|
3
umockdev/.nvchecker.toml
Normal file
3
umockdev/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[umockdev]
|
||||
source = "git"
|
||||
git = "https://github.com/martinpitt/umockdev.git"
|
@ -4,8 +4,8 @@
|
||||
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
|
||||
|
||||
pkgname=umockdev
|
||||
pkgver=0.17.18
|
||||
pkgrel=2
|
||||
pkgver=0.18.3
|
||||
pkgrel=1
|
||||
pkgdesc="Record/mock hardware devices for bug reports and regression tests"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/martinpitt/umockdev/"
|
||||
@ -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=('466ad3e0c715e56f50ea6a965165823d073a84137acb8a1e39b66573648a985f')
|
||||
sha256sums=('aba95c323037c842f1617931260231b8557d119aa2891cbca8b811fcc559294a')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user