summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2020-06-30 16:55:47 +1000
committerWesley Moore2020-06-30 16:55:47 +1000
commit4454f231eb3e7b8845c5b93c4f14153d704fd6fb (patch)
treefac21631792e9e94e292f62dfdc4008b1a372d59 /PKGBUILD
parentca056a61e687b9755b43cb10d61762a2249a264d (diff)
downloadaur-4454f231eb3e7b8845c5b93c4f14153d704fd6fb.tar.gz
Remove RUSTUP_TOOLCHAIN
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3aa27e7b0043..70831b3f0f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=allsorts-tools
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Font debugging tools based on the allsorts font shaping engine'
arch=('i686' 'x86_64')
url="https://github.com/yeslogic/allsorts-tools"
@@ -15,7 +15,7 @@ sha256sums=('93c32dd0ce7fbef23a48e08d258977b4d2d06ffa8d26ac08585adf2e6bd62896')
build() {
cd "$pkgname-$pkgver"
- RUSTUP_TOOLCHAIN=stable cargo build --release --locked
+ cargo build --release --locked
}
package() {