Date: Tuesday, January 11, 2022 @ 19:48:04 Author: jlichtblau Revision: 1100898
upgpkg: umockdev 0.17.3-1 - new upstream release Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 19:47:31 UTC (rev 1100897) +++ PKGBUILD 2022-01-11 19:48:04 UTC (rev 1100898) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <[email protected]> pkgname=umockdev -pkgver=0.17.2 +pkgver=0.17.3 pkgrel=1 pkgdesc="Record/mock hardware devices for bug reports and regression tests" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('systemd' 'libgudev') makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala') source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz) -sha256sums=('70e299dc173136dc57dda167b4744ec69553bd3dc929478e2eb3a6999d86ef65') +sha256sums=('59ecf9e84aa37bfd51bf4d699b5581dd6ea0a082c4303af1e893f77012e10d83') build() { cd $pkgname-$pkgver
