Date: Sunday, February 20, 2022 @ 12:41:36 Author: muflone Revision: 1135266
upgpkg: shutter 0.99.2-2 Modified: shutter/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-20 12:39:08 UTC (rev 1135265) +++ PKGBUILD 2022-02-20 12:41:36 UTC (rev 1135266) @@ -8,7 +8,7 @@ pkgname=shutter pkgver=0.99.2 -pkgrel=1 +pkgrel=2 pkgdesc="The feature-rich screenshot tool" arch=('any') url="https://shutter-project.org/" @@ -36,7 +36,8 @@ 'perl-readonly' 'perl-goocanvas2' 'perl-goocanvas2-cairotypes' - 'pango-perl') + 'pango-perl' + 'xdg-desktop-portal') optdepends=('perl-image-exiftool: read and write EXIF data' 'nautilus-sendto: send screenshots via mail' 'perl-path-class: Imgur upload support' @@ -51,4 +52,3 @@ cd "${pkgname}-${pkgver}" make install prefix="${pkgdir}/usr" } -