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