Date: Thursday, August 26, 2021 @ 10:21:57 Author: felixonmars Revision: 1005863
upgpkg: umockdev 0.16.2-1 Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-26 10:21:56 UTC (rev 1005862) +++ PKGBUILD 2021-08-26 10:21:57 UTC (rev 1005863) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <[email protected]> pkgname=umockdev -pkgver=0.16.1 +pkgver=0.16.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=('960d0aa2aea819c66090266029473115f7953df12632d2aa5d190f09fa5ac6d6') +sha256sums=('9d0ae185dcf0d714c1ffa24dd8be562155d914d01bb729936f88adb1936dc67b') build() { cd $pkgname-$pkgver
