summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaythe2024-04-02 16:27:00 -0700
committerLaythe2024-04-02 16:27:00 -0700
commit132069fd914c49d76ac1684879b5820a25dc58c7 (patch)
tree4235bc457d5efe79fafb4bdac53b2ea0ebc31aa1 /PKGBUILD
parent1c000883445b33e5d687f1921ebe8cd876da053e (diff)
downloadaur-132069fd914c49d76ac1684879b5820a25dc58c7.tar.gz
Fix failure to build due to out-of-date lexical-core
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b84171a4ab..2503023b7acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Darren Ldl <darrenldldev@gmail.com>
+# Maintainer: Laythe <laythedev@gmail.com>
pkgname=blkar
pkgver=7.2.7
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Multithreaded archiver offering bit rot protection and sector level recoverability"
arch=('x86_64')
@@ -15,6 +15,7 @@ sha256sums=('807d4ad9fca8afe13bbd7020ecf9102298d59d839b1a8fccd8693799a8edfc9b')
build() {
cd "blockyarchive-$pkgver"
+ cargo update -p lexical-core
cargo build --release --locked
}