summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2020-06-30 16:55:47 +1000
committerWesley Moore2020-06-30 16:55:47 +1000
commit4454f231eb3e7b8845c5b93c4f14153d704fd6fb (patch)
treefac21631792e9e94e292f62dfdc4008b1a372d59
parentca056a61e687b9755b43cb10d61762a2249a264d (diff)
downloadaur-4454f231eb3e7b8845c5b93c4f14153d704fd6fb.tar.gz
Remove RUSTUP_TOOLCHAIN
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e32538e5478b..8f1f264e1ef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = allsorts-tools
pkgdesc = Font debugging tools based on the allsorts font shaping engine
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yeslogic/allsorts-tools
arch = i686
arch = x86_64
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() {