Date: Sunday, March 6, 2022 @ 16:15:52 Author: alucryd Revision: 1142760
fix build after meson update Modified: pantheon-screenshot/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-06 16:13:41 UTC (rev 1142759) +++ PKGBUILD 2022-03-06 16:15:52 UTC (rev 1142760) @@ -24,11 +24,15 @@ ) _tag=03358ba8638b83cea0384685a602d8da8fffd845 source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${_tag}) -sha256sums=(SKIP) +b2sums=(SKIP) +prepare() { + cd pantheon-screenshot + git cherry-pick -n 80a5d942e813dd098e1ef0f6629b81d2ccef05ae +} + pkgver() { cd pantheon-screenshot - git describe --tags }
