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 f7f7e0bee277..91f5621b4f36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = monolith
pkgdesc = CLI to save web pages as single HTML files
pkgver = 2.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Y2Z/monolith
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index d9db82938607..e0af49dd1081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=monolith
pkgver=2.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='CLI to save web pages as single HTML files'
arch=(x86_64 aarch64)
url=https://github.com/Y2Z/monolith
@@ -17,7 +17,7 @@ sha512sums=('31bc8c82393ddd3e55d2fd1f13f60fcf2591b1718a077668e240853ee782c8ebbb3
build() {
cd $pkgname-$pkgver
- cargo build --release
+ cargo build --release --locked
}
package() {