Date: Tuesday, November 17, 2020 @ 13:50:59 Author: jlichtblau Revision: 756771
upgpkg: umockdev 0.15.1-1 - new upstream release Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-17 13:31:26 UTC (rev 756770) +++ PKGBUILD 2020-11-17 13:50:59 UTC (rev 756771) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <[email protected]> pkgname=umockdev -pkgver=0.15 +pkgver=0.15.1 pkgrel=1 pkgdesc="Record/mock hardware devices for bug reports and regression tests" arch=('x86_64') @@ -12,12 +12,12 @@ 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=('82ea0d204d0d2715f847affc50c10d7bcdd7309eab583440f9f52eb07de35f0d') +sha256sums=('a738229c94d5eb9ee9fbd634acdf8b3a25a52bcbac72d93130d3b6b9c71d4099') build() { cd $pkgname-$pkgver - arch-meson ../build + arch-meson -Dgtk_doc=true ../build ninja -v -C ../build }
