Date: Tuesday, May 18, 2021 @ 17:59:29 Author: heftig Revision: 936280
1.48.5-1 Modified: lib32-pango/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 17:59:07 UTC (rev 936279) +++ PKGBUILD 2021-05-18 17:59:29 UTC (rev 936280) @@ -4,7 +4,7 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-pango -pkgver=1.48.4 +pkgver=1.48.5 pkgrel=1 epoch=1 pkgdesc="A library for layout and rendering of text (32-bit)" @@ -15,7 +15,7 @@ makedepends=(git meson) checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji) provides=(libpango{,cairo,ft2,xft}-1.0.so) -_commit=386639c3b118cc973f714eb485877f480391f31f # tags/1.48.4^0 +_commit=3940a1714e84b076d04d4638c88df3dba7d8014e # tags/1.48.5^0 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit") sha256sums=('SKIP') @@ -44,7 +44,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" rm -r "$pkgdir"/usr/{bin,include} }
