summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7d2c577a406..630c6c223634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdg-desktop-portal-cosmic-git
pkgdesc = A backend implementation for xdg-desktop-portal for the COSMIC desktop environment
pkgver = 1.0.0.alpha.2.r0.gdcbdd99
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/xdg-desktop-portal-cosmic
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 33fee1ee65b8..88f7ef991107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=xdg-desktop-portal-cosmic-git
pkgver=1.0.0.alpha.2.r0.gdcbdd99
-pkgrel=1
+pkgrel=2
pkgdesc="A backend implementation for xdg-desktop-portal for the COSMIC desktop environment"
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/xdg-desktop-portal-cosmic"
@@ -47,7 +47,7 @@ build() {
export RUSTUP_TOOLCHAIN=stable
# use mold instead of lld to speed up build
- RUSTFLAGS+="-C link-arg=-fuse-ld=mold"
+ RUSTFLAGS+=" -C link-arg=-fuse-ld=mold"
# use nice to build with lower priority
ARGS+=" --frozen" nice make