summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMazhar Hussain2023-07-30 08:48:16 +0500
committerMazhar Hussain2023-07-30 08:59:24 +0500
commite3b85bd4efcb71e30610febbb5955d7f8f17b20d (patch)
tree4e86cc59e3b1eaecd2646f92a7ba8b6099d8f5cd /PKGBUILD
parent281fc2c18fdb88c11b26c8025e52faf18a90147f (diff)
downloadaur-e3b85bd4efcb71e30610febbb5955d7f8f17b20d.tar.gz
Add --offline build option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63171a7c719c..a3f9646b70b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ prepare() {
_cargo_opts=(-p gst-plugin-gtk4
--all-features
+ --offline
--release
--prefix=/usr
--library-type=cdylib)