summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlet2024-04-15 20:14:52 +0300
committerlet2024-04-15 20:14:52 +0300
commit528f53d02819bf7c69eea6399da14c958651c3c1 (patch)
treed7355da5c704c91f7df2a39419db696888bb706b
parentcc65675d08a8b4cefc3911137582104c5866367d (diff)
downloadaur-overmask.tar.gz
im stupid
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062b4510b885..412876088602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = overmask
pkgdesc = Add a writeable overlay on top of read-only files
pkgver = 0.1.4.r55.g36bc082
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ErrorNoInternet/overmask
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index b9e13a5062de..5856840707fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=overmask
pkgver=0.1.4.r55.g36bc082
-pkgrel=2
+pkgrel=3
pkgdesc='Add a writeable overlay on top of read-only files'
arch=('any')
url='https://github.com/ErrorNoInternet/overmask'
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
prepare() {
cd "$srcdir/overmask"
- export RUSTUP_TOOLCHAIN=stable
+ export RUSTUP_TOOLCHAIN=nightly
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}