Date: Wednesday, May 10, 2023 @ 21:14:02 Author: arojas Revision: 1459838
upgpkg: umockdev 0.17.17-1: Update to 0.17.17 Modified: umockdev/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-10 21:13:53 UTC (rev 1459837) +++ PKGBUILD 2023-05-10 21:14:02 UTC (rev 1459838) @@ -3,7 +3,7 @@ # Contributor: Xiao-Long Chen <[email protected]> pkgname=umockdev -pkgver=0.17.13 +pkgver=0.17.17 pkgrel=1 pkgdesc="Record/mock hardware devices for bug reports and regression tests" arch=('x86_64') @@ -11,8 +11,8 @@ license=('LGPL') 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=('d34227cc48be96da220f8ebeb1d2ae6ab88c751ae0db07c6ea875e37740acfe9') +source=(https://github.com/martinpitt/umockdev/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('20e621b1e458b32003cfea99739b67824b86652854a8bce33e26124e347fdf6c') build() { cd $pkgname-$pkgver
