diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-14 11:10:49 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-14 11:10:49 +0100 |
commit | 4415b15a87397ddde6f1b0a704492b6c77cfe74b (patch) | |
tree | 55367cafd12632c737628b029a8cd1e8914dde20 /appstream-glib | |
parent | b464a560ba9faaf57dd339b29c3293c7b88818db (diff) | |
download | contrib-4415b15a87397ddde6f1b0a704492b6c77cfe74b.tar.gz contrib-4415b15a87397ddde6f1b0a704492b6c77cfe74b.tar.xz |
appstream-glib: syntax
Diffstat (limited to 'appstream-glib')
-rw-r--r-- | appstream-glib/.signature | 4 | ||||
-rw-r--r-- | appstream-glib/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/appstream-glib/.signature b/appstream-glib/.signature index 5ca54e059..9d3db2863 100644 --- a/appstream-glib/.signature +++ b/appstream-glib/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3y+eKYARPCxho8eNEi5z1gXy3w3mrf9gLpQVbSYk6JyYX9441s7sx1kJkEMG0wUpTw/2vORg4by0v1qyAxZ/JAY= -SHA256 (Pkgfile) = 27667f236ded881057c81b1cfa6a3df2ac483b27edd37efa3c108bcf91117734 +RWSagIOpLGJF3z5UBxt0fVx1OowRuaQjbYtx++oqeuCgmbtAjrUYyMv7W9wPiG9RLpLA83zk5dOqLuXD8DiiQjzwnKFmuTatmAI= +SHA256 (Pkgfile) = 1e07d7dff0e0aa78889210d2ed414f34b97f04909726e1fd1f0cf0588246f3c4 SHA256 (.footprint) = 7ff0e10838a5c518492d14ef9e24a24ba1be196a3de208f547d798b1e1fc76f9 SHA256 (appstream-glib-0.7.18.tar.xz) = ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002 diff --git a/appstream-glib/Pkgfile b/appstream-glib/Pkgfile index 0f88782e6..9d57d4ad2 100644 --- a/appstream-glib/Pkgfile +++ b/appstream-glib/Pkgfile @@ -24,5 +24,6 @@ build() { -D gtk-doc=false meson compile -C build DESTDIR=$PKG meson install -C build + rm -fr $PKG/usr/share/locale } |