Date: Wednesday, February 9, 2022 @ 20:32:47 Author: foxboron Revision: 1130404
upgpkg: flatpak-xdg-utils 1.0.5-1 Modified: flatpak-xdg-utils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-09 20:32:14 UTC (rev 1130403) +++ PKGBUILD 2022-02-09 20:32:47 UTC (rev 1130404) @@ -2,8 +2,8 @@ # Contributor: Anthony Rabbito <[email protected]> pkgname=flatpak-xdg-utils -pkgver=1.0.4 -pkgrel=4 +pkgver=1.0.5 +pkgrel=1 pkgdesc="Utilities for containerized apps to launch programs outside the container" arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') url="https://github.com/flatpak/flatpak-xdg-utils" @@ -11,7 +11,7 @@ optdepends=('flatpak: interface support' 'flatpak-builder: interface support for building flatpaks') makedepends=('ninja' 'meson') source=("https://github.com/flatpak/flatpak-xdg-utils/releases/download/${pkgver}/flatpak-xdg-utils-${pkgver}.tar.xz") -sha256sums=('3ae9278ec0ef301b80032fcb95415ea95d5f439fbde1373e06ba41668dbae9e1') +sha256sums=('9dbbebfb71bd99ec439fd00603cf6cbb2bc1e19b8eae75f2e5c11dabf105414b') build() { meson --prefix /usr \
