summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {