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