summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f68def51196e..f042f0905495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = footage
pkgdesc = Polish your videos
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/adhami3310/Footage
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 39f0dcc30aca..860fae6db097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=footage
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Polish your videos"
url="https://gitlab.com/adhami3310/Footage"
arch=('x86_64' 'aarch64')
@@ -15,6 +15,8 @@ source=("git+$url.git#tag=v$pkgver")
sha256sums=('SKIP')
build() {
+ export CARGO_HOME="$srcdir/CARGO_HOME"
+ export RUSTUP_TOOLCHAIN=stable
arch-meson Footage build
meson compile -C build
}