summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSir-Photch2023-10-29 17:19:58 +0100
committerSir-Photch2023-10-29 17:19:58 +0100
commitb7cef41c2e5cf9bfd5e4c8245dc51fa93724639b (patch)
treed16a8fb9fc5da8d97380d0b881f4d6095956311a
parentfac7d1379d837d69d12db350835b1e961158992c (diff)
downloadaur-b7cef41c2e5cf9bfd5e4c8245dc51fa93724639b.tar.gz
remove --offline flag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 351d083e896c..019bedc58bd6 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 = 2
+ pkgrel = 3
url = https://github.com/Sir-Photch/dab-rs
install = dab-rs.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 947c8b814618..0ecb20df508c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dab-rs
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
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 --offline --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --target "$CARCH-unknown-linux-gnu"
}
build() {