From c4c4c0965e38513a5ae52e43bfeafa33251246e4 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 16 Jan 2021 23:07:00 +1100 Subject: [PATCH] meson: 0.56.1 -> 0.56.2 --- meson/.footprint | 14 +++++++------- meson/.signature | 8 ++++---- meson/Pkgfile | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/meson/.footprint b/meson/.footprint index 6d52c540f..0245bfcd8 100644 --- a/meson/.footprint +++ b/meson/.footprint @@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.9/ drwxr-xr-x root/root usr/lib/python3.9/site-packages/ -drwxr-xr-x root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/ --rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.1-py3.9.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/meson-0.56.2-py3.9.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.9/site-packages/mesonbuild/ -rw-r--r-- root/root usr/lib/python3.9/site-packages/mesonbuild/__init__.py (EMPTY) drwxr-xr-x root/root usr/lib/python3.9/site-packages/mesonbuild/__pycache__/ diff --git a/meson/.signature b/meson/.signature index edebe8dbb..f7b3f738c 100644 --- a/meson/.signature +++ b/meson/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UpMjJi3JDKwu6xVE1DsZZ8h1eUZef+Swo8r6/4bC1BxkcFVCI4Ti2ZMkUV+Xrnfob82S8KgyprFpy6IjeAQRgs= -SHA256 (Pkgfile) = bca5c2ffc1fbbc58ed82f7f8e1c150d8857f4e97c1d3f1d162f42be2995a1529 -SHA256 (.footprint) = 59fef994ff4900a6dcef219e578ecc5b5dab8f7b6103e39b4ec3bb1125a330ca -SHA256 (meson-0.56.1.tar.gz) = 5780725304eaa28aac5e7de99d2d8d045112fbc10cf9f4181498b877de0ecf28 +RWSE3ohX2g5d/c4zItHVvMjUKXaFLEXQLEqSfeQRP/rJ4rt1XbulHwqdnX+8bMJ5BIRNOXWyQPj5eMpUb+Qa+w0HZRjDvedhyAM= +SHA256 (Pkgfile) = 2e9c281aa8a74bdf7dc4b7d00a53570c81218e54551f71e4e50a703dc8ceb9a7 +SHA256 (.footprint) = f60f8d7f5f34f02908a7a5bc8f9bf5f9e85d54c3b7ca6a1e1ab3f43e0bdebc7b +SHA256 (meson-0.56.2.tar.gz) = 3cb8bdb91383f7f8da642f916e4c44066a29262caa499341e2880f010edb87f4 diff --git a/meson/Pkgfile b/meson/Pkgfile index 5b9631237..2cf7b0126 100644 --- a/meson/Pkgfile +++ b/meson/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-setuptools name=meson -version=0.56.1 +version=0.56.2 release=1 source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz) @@ -18,6 +18,6 @@ build() { install -d $PKG/usr/share/vim/vimfiles cp -rt $PKG/usr/share/vim/vimfiles data/syntax-highlighting/vim/*/ - install -Dt $PKG/usr/share/bash-completion/completions -m644 data/shell-completions/bash/* - install -Dt $PKG/usr/share/zsh/site-functions -m644 data/shell-completions/zsh/* + install -m 0644 -Dt $PKG/usr/share/bash-completion/completions data/shell-completions/bash/* + install -m 0644 -Dt $PKG/usr/share/zsh/site-functions data/shell-completions/zsh/* }