Date: Saturday, December 25, 2021 @ 18:13:46 Author: jlichtblau Revision: 1083736
upgpkg: umockdev 0.17.1-1 - new upstream release Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-25 18:10:53 UTC (rev 1083735) +++ PKGBUILD 2021-12-25 18:13:46 UTC (rev 1083736) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <chenxiaol...@cxl.epac.to> pkgname=umockdev -pkgver=0.17.0 +pkgver=0.17.1 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=('a9d6d6517ac49844238927fde4812ca14a518c717b19bccd4169ab459e60215e') +sha256sums=('0f7eb75c2a91690c9270822ffb04226d6d29d188355a603ff523ea5e0ad47a7d') build() { cd $pkgname-$pkgver