summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2020-12-18 16:41:12 +1100
committerWesley Moore2020-12-18 16:41:12 +1100
commitf3de4e4d5f64169c7f359375a0900469b59cde99 (patch)
tree74af597fb3e569dc67eebfd6bf04aedc61e15117 /PKGBUILD
parenta8967685b74dde427d5a918076c0b3e571c62b30 (diff)
downloadaur-f3de4e4d5f64169c7f359375a0900469b59cde99.tar.gz
Version 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3846659ae088..17e2fc16fe94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=allsorts-tools
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc='Font debugging tools based on the allsorts font shaping engine'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/yeslogic/allsorts-tools"
license=('Apache')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('5482277a6662b56b0e4199712838706cdfe5f317cd41c5475085e5aaf08dfe17')
+sha256sums=('f44c87e73ecabf24a20feb65e3bd2dd874d0cf5f4e5663f31e9e7d3045ada01f')
build() {
cd "$pkgname-$pkgver"