Date: Monday, August 16, 2021 @ 00:25:50 Author: heftig Revision: 999681
0.12.3-1 Modified: libgexiv2/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-16 00:25:44 UTC (rev 999680) +++ PKGBUILD 2021-08-16 00:25:50 UTC (rev 999681) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libgexiv2 -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' @@ -24,5 +24,8 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + depends+=(libg{lib,object,io}-2.0.so libexiv2.so) + provides+=(libgexiv2.so) + + meson install -C build --destdir "$pkgdir" }
