diff options
-rw-r--r-- | community/xdg-desktop-portal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD index 888b5b00eb..2e32cfe444 100644 --- a/community/xdg-desktop-portal/APKBUILD +++ b/community/xdg-desktop-portal/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xdg-desktop-portal -pkgver=1.5.4 +pkgver=1.6.0 pkgrel=0 pkgdesc="Desktop integration portal" options="!check" # Requires libportal which has no stable tags @@ -54,4 +54,4 @@ package() { mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib } -sha512sums="a8a560e08f459ff2ee96180760389ddc773ad3f169ccebe33d3cbeaf1f0d2103f43858b0313e33f4ac60fe098e1cc317f0869b644cec7c387ace7174c91590e0 xdg-desktop-portal-1.5.4.tar.xz" +sha512sums="7a0c702851762a55326142cb6b470205775284e0f749620ae6b648f216afcd684f8b20500339680b42812f628634344c9e826ab7cf13dd918fdbf733381d44ce xdg-desktop-portal-1.6.0.tar.xz" |