From a7d1d3c5fe26168c8d732bd7656d7f3c11727cb3 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Tue, 8 Sep 2020 11:45:00 +0000 Subject: [PATCH] appstream-glib: 0.7.17 -> 0.7.18 --- appstream-glib/.signature | 6 +++--- appstream-glib/Pkgfile | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/appstream-glib/.signature b/appstream-glib/.signature index f920f3995..2231e78f5 100644 --- a/appstream-glib/.signature +++ b/appstream-glib/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32RNepYutEK2BF5C2hBH39hclguEl9TyMncCQQoKTms0E0Ah/7CuJ3cxh31iPr6ks7+74JMdXqizkBf1J281wAM= -SHA256 (Pkgfile) = e1fd2342a4694516b079a37eac6a18a5268347a5416a1fabcfa5051a1eb8c487 +RWSagIOpLGJF3/d20LP2dwdPX66ISoSwuguj+oy3v+U0sQNUfwfnB9g0E6gargOa9IYbUbnVMXSfXXTEMcmcTyYV1rT8CtaGxAQ= +SHA256 (Pkgfile) = e12585cafda76d65be49cbb7f56bb9a703f515f38c3113a12729c23d5096327e SHA256 (.footprint) = 64c339a05fe9386d2291d0d81e1d89086946d8375b1acc42915cfc33d84ef5fd -SHA256 (appstream-glib-0.7.17.tar.xz) = 7ca7e91d4accefa1c0d2c6e310cb3fe2686c017810e23b3f82d9f5724345e549 +SHA256 (appstream-glib-0.7.18.tar.xz) = ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002 diff --git a/appstream-glib/Pkgfile b/appstream-glib/Pkgfile index 1c8e018a6..150f988a8 100644 --- a/appstream-glib/Pkgfile +++ b/appstream-glib/Pkgfile @@ -4,15 +4,15 @@ # Depends on: docbook-xsl gtk3 json-glib keyutils krb5 libsoup libyaml snowball name=appstream-glib -version=0.7.17 +version=0.7.18 release=1 source=(https://people.freedesktop.org/~hughsient/appstream-glib/releases/$name-$version.tar.xz) build() { - cd $name-$version - mkdir build && cd build - meson ../ -Drpm=false -Dprefix=/usr - ninja - DESTDIR=$PKG ninja install + meson $name-$version build \ + -Dprefix=/usr \ + -Drpm=false + ninja -C build + DESTDIR=$PKG ninja -C build install rm -fr $PKG/usr/share/locale }