Date: Sunday, August 22, 2021 @ 19:47:50 Author: heftig Revision: 422456
3.10.4-1 Modified: gthumb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-22 19:18:08 UTC (rev 422455) +++ PKGBUILD 2021-08-22 19:47:50 UTC (rev 422456) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=gthumb -pkgver=3.10.3 +pkgver=3.10.4 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" url="https://wiki.gnome.org/Apps/gthumb" @@ -17,7 +17,7 @@ 'libchamplain: map viewer' 'brasero: burn discs' 'liboauth: web albums') -_commit=279cda8b62c9dbf2ac1cf8debf519dad8d5430f1 # tags/3.10.3^0 +_commit=0395f9e83d87e24f1c78fd89b12724fcbb4d069a # tags/3.10.4^0 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit") sha256sums=('SKIP') @@ -40,5 +40,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
