Date: Friday, July 9, 2021 @ 20:50:30 Author: heftig Revision: 976315
40.3-1 Modified: gnome-boxes/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-09 20:28:39 UTC (rev 976314) +++ PKGBUILD 2021-07-09 20:50:30 UTC (rev 976315) @@ -2,7 +2,7 @@ # Contributor: Stefano Facchini <[email protected]> pkgname=gnome-boxes -pkgver=40.2 +pkgver=40.3 pkgrel=1 pkgdesc='Simple GNOME application to access virtual systems' arch=('x86_64') @@ -14,7 +14,7 @@ 'webkit2gtk') makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala') source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") -sha256sums=('8733759a2d86a56367596a534904633b81caaa5c45a5636db2e9590c714ae8d9') +sha256sums=('fff08e8f45a4be6d33b0a1a963acb3739ba395deb21590d438bb1ea6fbf74058') build() { arch-meson $pkgname-$pkgver build @@ -26,5 +26,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
