summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2019-07-28 09:46:13 +1000
committerWesley Moore2019-07-28 09:46:13 +1000
commiteb2f6db85963883bfdcea5191c1c0af3cc6b0afe (patch)
tree21dd6a448e404496a88d6ebd7b9db9d908a45e22 /PKGBUILD
parentf27a07f7ebdb606ffd793c79aedc6acd6ed1d0f8 (diff)
downloadaur-eb2f6db85963883bfdcea5191c1c0af3cc6b0afe.tar.gz
Version 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f9a00bfad51..c106c1de213f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=chars
-pkgver=0.3.2
+pkgver=0.4.1
pkgrel=1
pkgdesc='Command line tool to display information about unicode characters.'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=()
conflicts=('chars-git')
makedepends=('rust' 'cargo' 'git')
source=("$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('8de42bf53e3e30ffd82549c2f9b38b235ad8ec35877f3c1e22ee489fcdd22a35')
+sha256sums=('7816cb435c9c2977ae704c6176e97ce4f5a7bb40621aaf9c5104598c29277b77')
build() {
cd "$pkgname-$pkgver"