diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD index 2f949024d49..9c08d3b9ede 100644 --- a/community/xdg-desktop-portal/APKBUILD +++ b/community/xdg-desktop-portal/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=xdg-desktop-portal -pkgver=1.4.2 -pkgrel=1 +pkgver=1.5.0 +pkgrel=0 pkgdesc="Desktop integration portal" url="https://github.com/flatpak/xdg-desktop-portal" arch="all" @@ -12,7 +12,7 @@ makedepends="gettext-dev glib-dev json-glib-dev fontconfig-dev geoclue-dev xmlto flatpak-dev pipewire-dev fuse-dev" checkdepends="dbus" subpackages="$pkgname-lang $pkgname-doc" -source="https://github.com/flatpak/xdg-desktop-portal/releases/download/${pkgver}/xdg-desktop-portal-${pkgver}.tar.xz" +source="https://github.com/flatpak/xdg-desktop-portal/releases/download/$pkgver/xdg-desktop-portal-$pkgver.tar.xz" prepare() { default_prepare @@ -52,4 +52,4 @@ package() { mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib } -sha512sums="9a19dc8f6899a24f8827ce36447316ce74f293abed469be24adfaa16d18deac0b7c5d77f744eed9b540b54cd23145281dacb6811dc52b34180b21d6dc02efc5a xdg-desktop-portal-1.4.2.tar.xz" +sha512sums="d939e9fc60dff79a22030746981534bb33af9c271edf6bc2fd8ab935c1e3665e57acccce327790612f509259cc21f720d27d08d1df4e9a43ff05bc17a9c0e780 xdg-desktop-portal-1.5.0.tar.xz"