Date: Tuesday, January 18, 2022 @ 20:17:03 Author: jlichtblau Revision: 1109417
upgpkg: umockdev 0.17.4-1 - new upstream release Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-18 20:16:53 UTC (rev 1109416) +++ PKGBUILD 2022-01-18 20:17:03 UTC (rev 1109417) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <[email protected]> pkgname=umockdev -pkgver=0.17.3 +pkgver=0.17.4 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=('59ecf9e84aa37bfd51bf4d699b5581dd6ea0a082c4303af1e893f77012e10d83') +sha256sums=('eb47c35c32f1c4988ba50d7e99c25dbe2099834597420782b409228307116b00') build() { cd $pkgname-$pkgver
