summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSir-Photch2023-10-29 17:17:34 +0100
committerSir-Photch2023-10-29 17:17:34 +0100
commitfac7d1379d837d69d12db350835b1e961158992c (patch)
treee2549850cacf5f56e225a5f66d22658084df723a
parenta74ee9a48a160a36ffd3475bb8ceee7f931576d8 (diff)
downloadaur-fac7d1379d837d69d12db350835b1e961158992c.tar.gz
switch --locked to --offline
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6bcdc22abb..351d083e896c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dab-rs
pkgdesc = Announcement Bot for Discord, implemented in Rust
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Sir-Photch/dab-rs
install = dab-rs.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6e95f249044d..947c8b814618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dab-rs
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Announcement Bot for Discord, implemented in Rust"
arch=(any)
url="https://github.com/Sir-Photch/dab-rs"
@@ -35,7 +35,7 @@ prepare() {
cd "$pkgname-$pkgver"
export RUSTUP_TOOLCHAIN=stable
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --offline --target "$CARCH-unknown-linux-gnu"
}
build() {