summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2024-03-02 01:15:51 -0300
committerAndré Kugland2024-03-02 01:16:17 -0300
commit057e3fcda0e3771544c7bd4e21c29cd724e05828 (patch)
treed319c3bbd6273b29bc1fb558881eee482a7056b0
parentc5159d1a96603baab4f64387aa788d5bf525ed35 (diff)
downloadaur-057e3fcda0e3771544c7bd4e21c29cd724e05828.tar.gz
v0.1.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c17b384b533..b8693abf7606 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neocities-deploy
pkgdesc = A command-line tool for deploying your Neocities site. It can upload files to your site, list remote files, and more.
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
arch = any
makedepends = cargo
source = https://github.com/kugland/neocities-deploy/archive/refs/tags/v0.1.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index daf28f584fe4..e235ae2283dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=neocities-deploy
pkgver='0.1.3'
-pkgrel=1
+pkgrel=2
pkgdesc='A command-line tool for deploying your Neocities site. It can upload files to your site, list remote files, and more.'
arch=('any')
source=("https://github.com/kugland/neocities-deploy/archive/refs/tags/v${pkgver}.tar.gz")
@@ -12,7 +12,7 @@ makedepends=(cargo)
prepare() {
cd "$srcdir/neocities-deploy-$pkgver"
export RUSTUP_TOOLCHAIN=stable
- cargo fetch --frozen --target "$(rustc -vV | sed -n 's/host: //p')"
+ cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {