summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShootingStarDragons2023-04-14 21:50:49 +0800
committerShootingStarDragons2023-04-14 21:50:49 +0800
commit69db22e19a2c46b82f6197d6c909c86906c2c244 (patch)
tree817eda3abd0a19aeeb0b58d74b75c5cf830371ec /PKGBUILD
parente918c5655ec10892381dd36c7ef07ff2c9ce90d2 (diff)
downloadaur-69db22e19a2c46b82f6197d6c909c86906c2c244.tar.gz
chore: bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 810b02059159..4fcc86d959d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgname=xdg-desktop-portal-shana
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1.0
pkgdesc='xdg-desktop-portal-shana'
arch=('x86_64' 'aarch64')
pkgdesc='A filechooser portal backend for any desktop environment'
url='https://github.com/Decodetalkers/xdg-desktop-portal-shana'
+install=''$pkgname'.install'
license=('MIT')
depends=('xdg-desktop-portal')
provides=("xdg-desktop-portal-impl")
@@ -14,7 +15,7 @@ optdepends=("xdg-desktop-portal-gnome: provide gnome backend"
"xdg-desktop-portal-lxqt: provide lxqt backend")
makedepends=('git' 'ninja' 'meson' 'rust')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/xdg-desktop-portal-shana/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('96f6d73630ec5475f13c41f149c2ab305a8b0a9c2f106eae515a881ef48dffeb')
+sha256sums=('1301f2429b4e2bd2e71561e933be2be99a48ea5e319d431131397c35bd758eb3')
build() {
cd ${pkgname}-$pkgver