commit 915896b928aaab730e07badd169486c7729aa1e2 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Jul 25 22:00:32 2018 +1000 libeproxy: fixed file permissions on libeproxy due to meson <= 0.46.0. Ignore last commint string and use this one. diff --git a/libepoxy/.signature b/libepoxy/.signature index 7bb0920..6b1c4eb 100644 --- a/libepoxy/.signature +++ b/libepoxy/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndM5NVDshLu/+5AX7x7cBoHijfX51LgDJj92ZP5E4J3jE/XYRfLVEG5c8dXxAPQ8jEa8xSgDPyaT1dgdLJH9oIgk= -SHA256 (Pkgfile) = a5538a8789164462da67e951a2749bcefdc6516c50d2470c31c499c0e5bd5391 +RWTSGWF5Q7TndF3u8ajbnIPn+ua6/AAhvSLQ6ft6UdgYFZ4yLeh5oL2zqFjNZWXclB5YGVvv9fvFm58wPc/oOgyztucumE4d3A8= +SHA256 (Pkgfile) = b51b7b42d7a8cf5e42d27978eb28a767274c69d9718f2be2b1540fc4b47f2bd8 SHA256 (.footprint) = 471c84aa338d410fb303769346694314be9654be0e8690f3f2b3a893f28aa2d7 SHA256 (libepoxy-1.4.3.tar.xz) = 0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6 diff --git a/libepoxy/Pkgfile b/libepoxy/Pkgfile index 57245ed..496117e 100644 --- a/libepoxy/Pkgfile +++ b/libepoxy/Pkgfile @@ -15,6 +15,6 @@ build() { ninja -C build -j ${JOBS:-1} DESTDIR=$PKG ninja -C build install - #remove this once everyone is on meson <= 0.47.1 + # remove this once everyone is on meson >= 0.47.1 chmod -R g-w $PKG }