Date: Tuesday, January 11, 2022 @ 19:42:38 Author: jlichtblau Revision: 1100888
upgpkg: umockdev 0.17.2-1 - new upstream release Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 19:42:09 UTC (rev 1100887) +++ PKGBUILD 2022-01-11 19:42:38 UTC (rev 1100888) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <[email protected]> pkgname=umockdev -pkgver=0.17.1 +pkgver=0.17.2 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=('0f7eb75c2a91690c9270822ffb04226d6d29d188355a603ff523ea5e0ad47a7d') +sha256sums=('70e299dc173136dc57dda167b4744ec69553bd3dc929478e2eb3a6999d86ef65') build() { cd $pkgname-$pkgver
